summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 9 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3918194..1801b73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,13 @@ esac
AC_SUBST([XFAIL_TESTS])
AC_CONFIG_FILES([testsuite/version.good:testsuite/version.gin])
-AC_CONFIG_FILES([Makefile doc/Makefile \
-lib/Makefile sed/Makefile testsuite/Makefile \
-po/Makefile.in])
+AC_CONFIG_FILES([
+ Makefile
+ doc/Makefile
+ lib/Makefile
+ sed/Makefile
+ testsuite/Makefile
+ gnulib-tests/Makefile
+ po/Makefile.in
+])
AC_OUTPUT