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

index 4d93334..2feef17 100644 (file)
@@ -32,7 +32,7 @@ else
 fi
 
 AC_CONFIG_HEADERS([config.h xmltooling/config_pub.h])
-AC_CONFIG_FILES([xmltooling.spec pkginfo Portfile])
+AC_CONFIG_FILES([xmltooling.spec])
 AC_CONFIG_FILES([Makefile xmltooling/Makefile xmltoolingtest/Makefile schemas/Makefile doc/Makefile])
 
 AC_PROG_CC([gcc gcc3 cc])