Remove pkg files from configure
authorScott Cantor <cantor.2@osu.edu>
Thu, 16 Jun 2011 13:37:01 +0000 (13:37 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 16 Jun 2011 13:37:01 +0000 (13:37 +0000)
configure.ac

index 532106e..cf93e48 100644 (file)
@@ -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])