From: Scott Cantor Date: Thu, 16 Jun 2011 13:37:01 +0000 (+0000) Subject: Remove pkg files from configure X-Git-Tag: 2.4.2~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=d4280038c11a383e91af463b94b01f9e5a0bbf10 Remove pkg files from configure --- diff --git a/configure.ac b/configure.ac index 532106e..cf93e48 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ else fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([opensaml.spec pkginfo Portfile]) +AC_CONFIG_FILES([opensaml.spec]) AC_CONFIG_FILES([Makefile saml/Makefile samltest/Makefile samlsign/Makefile schemas/Makefile doc/Makefile]) AC_PROG_CC([gcc gcc3 cc])