X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=configure.ac;h=58a57b18ddb4c48eaf15e31725bfbb4da13e1ee2;hp=a5185f66533414c4841d8460cc68042e528fc78f;hb=4e10c1842e2081b50d6838b8e38a4b91eb74d564;hpb=99c366e57cb94f8fc416dca119fc0722f24da005 diff --git a/configure.ac b/configure.ac index a5185f6..58a57b1 100644 --- a/configure.ac +++ b/configure.ac @@ -273,5 +273,7 @@ AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST}) AC_SUBST(DX_INCLUDE) LIBTOOL="$LIBTOOL --silent" -# output makefiles -AC_OUTPUT(Makefile saml/Makefile samltest/Makefile samlsign/Makefile schemas/Makefile doc/Makefile) +# output packaging and makefiles +AC_CONFIG_FILES([opensaml.spec pkginfo Portfile]) +AC_CONFIG_FILES([Makefile saml/Makefile samltest/Makefile samlsign/Makefile schemas/Makefile doc/Makefile]) +AC_OUTPUT