X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=25631a4d87cac9d2a27fd473d7a5dcb8239bf23a;hb=fd02af47572a2325b4308477a6bd89950ed4d3b8;hp=0035b9e4fb6356dd66a9977c3b9020dca0a3ed44;hpb=3838b041ea9a749d3a0d604f62f7d9523f91f3d8;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 0035b9e4..25631a4d 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,10 @@ AC_SUBST(CFLAGS) AH_BOTTOM([#include ]) -AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile intl/Makefile +dnl This is needed otherwise --with-included-gettext fails +AH_BOTTOM([#include ]) + +AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile intl/Makefile lib/Makefile lib/julcal/Makefile lib/misc/Makefile lib/dcdflib/Makefile doc/Makefile src/Makefile config/Makefile tests/Makefile])