summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-12-04 10:14:35 -0700
committerEric Blake <ebb9@byu.net>2007-12-04 10:14:35 -0700
commit3832e8e30351f28106417c3ab990896ff9e17b48 (patch)
tree05d455d78848f9d7ee9d0efaf9d6fce47149dc74 /configure.ac
parentb524b0f996c9c1e9a81a3e3cdcc11517c39adb7c (diff)
downloadautoconf-3832e8e30351f28106417c3ab990896ff9e17b48.tar.gz
When using older automake, don't downgrade build-aux/texinfo.tex.
* configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option. * doc/Makefile.am (TEXINFO_TEX): Add. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9adafa1b..cfd8643a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([ChangeLog])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.7.9 dist-bzip2 readme-alpha])
+AM_INIT_AUTOMAKE([1.7.9 dist-bzip2 readme-alpha no-texinfo.tex])
# We use `/bin/sh -n script' to check that there are no syntax errors
# in the scripts. Although incredible, there are /bin/sh that go into