X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=0326d1483f4108bce15d3657e00f0f4d0f03e355;hb=55dee937e22a49d01794ef772076d9f9d84199e9;hp=3975bff3df08465ba940aea8b4daade73516f82c;hpb=c0ea6ad1b06fc6d93f56c620a31df355afadf468;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 3975bff3..0326d148 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ if test x"$enable_debug" = x"yes" ; then AC_DEFINE(DEBUGGING, 1, [Define to 1 if debugging is enabled.]) fi -AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile intl/Makefile +AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile lib/Makefile lib/julcal/Makefile lib/misc/Makefile lib/dcdflib/Makefile doc/Makefile src/Makefile config/Makefile tests/Makefile]) @@ -121,6 +121,6 @@ AC_CONFIG_COMMANDS([pref.h],[ fi if test -f pref.h; then touch pref.h; fi ]) -AC_OUTPUT +AC_OUTPUT(intl/Makefile) dnl configure.ac ends here