summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-17 06:16:07 -0600
committerEric Blake <eblake@redhat.com>2010-09-17 16:58:26 -0600
commit842807af6ce5c76234cea111157fa65b95751bdb (patch)
tree783234acf4577b053ca9464dcb7d241ceefcf16e /configure.ac
parent779418b2d51457502cdf2e0d601ad9329089a74c (diff)
downloadautoconf-842807af6ce5c76234cea111157fa65b95751bdb.tar.gz
build: support autobuild
* cfg.mk (gnulib-update): Add autobuild.m4. * configure.ac (AB_INIT): Output autobuild header. * m4/autobuild.m4: New file, from gnulib. * build-aux/config.guess: Resync from upstream. * build-aux/config.sub: Likewise. * build-aux/texinfo.tex: Likewise. * doc/fdl.texi: Likewise. * doc/gnu-oids.texi: Likewise. * doc/make-stds.texi: Likewise. * doc/standards.texi: Likewise. * build-aux/gendocs.sh: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5718a240..669b1c89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,8 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 dist-bzip2 dist-xz
readme-alpha no-texinfo.tex std-options])
+AB_INIT
+
# 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
# endless loops with `-n', e.g., SunOS's: