summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-14 10:31:41 +0100
committerJim Meyering <meyering@redhat.com>2009-11-14 11:16:20 +0100
commite454c1471aaf8b3e6bead2313838aefebfe97bca (patch)
tree798796a39a4c53b4844dc346c2e3d2c3a3b51c59 /configure.ac
parent8465a94ddbb1308d0a406280d87dc432f2005e6a (diff)
downloaddiffutils-e454c1471aaf8b3e6bead2313838aefebfe97bca.tar.gz
tests: add the first script; hook up gnulib-tests
* configure.ac (AC_CONFIG_FILES): Add tests/Makefile and gnulib-tests/Makefile. * tests/help-version: New file, from coreutils. * tests/test-lib.sh: Likewise. * tests/Makefile.am: New file, from gzip. * Makefile.am (SUBDIRS): Add tests and gnulib-tests. * tests/t-local.sh: New, empty(for now) file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 10 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 05000e2..697bb27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,14 @@ AM_GNU_GETTEXT([external], [need-ngettext])
AM_GNU_GETTEXT_VERSION([0.17])
XGETTEXT="AWK='$AWK' \$(SHELL) \$(top_srcdir)/exgettext $XGETTEXT"
-AC_CONFIG_FILES([Makefile doc/Makefile \
- lib/Makefile man/Makefile \
- ms/Makefile po/Makefile.in src/Makefile])
+AC_CONFIG_FILES([
+ Makefile doc/Makefile
+ lib/Makefile
+ src/Makefile
+ tests/Makefile
+ gnulib-tests/Makefile
+ man/Makefile
+ po/Makefile.in
+ ms/Makefile
+])
AC_OUTPUT