X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=560d804ebf2ecd5460f970e3fa63734597da5ba8;hb=10070b29a62d1ac7bf3ddc3faca3aca72a0517e3;hp=ee721650a14f5be4d856ff830b73a918e7fa1df0;hpb=2f491d37dc98f46a98b0a8397eb4d6919b5fe7da;p=shibboleth%2Fxmltooling.git diff --git a/configure.ac b/configure.ac index ee72165..560d804 100644 --- a/configure.ac +++ b/configure.ac @@ -364,5 +364,7 @@ AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST}) LIBTOOL="$LIBTOOL --silent" -# output makefiles -AC_OUTPUT(Makefile xmltooling/Makefile xmltoolingtest/Makefile schemas/Makefile doc/Makefile) +# output packaging and makefiles +AC_CONFIG_FILES([xmltooling.spec pkginfo Portfile]) +AC_CONFIG_FILES([Makefile xmltooling/Makefile xmltoolingtest/Makefile schemas/Makefile doc/Makefile]) +AC_OUTPUT