summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-09-17 23:00:16 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-09-17 23:00:16 +0000
commitd879cd3f7b58f4a61829cb8773033ef79ffd6e2b (patch)
tree3f3f23107b3bb5a72cf2d7e1cea8876a03402607 /autogen.sh
parent81a43dc2375f52d669f7aa6f77f6d2e656ec67fa (diff)
downloadgnome-doc-utils-d879cd3f7b58f4a61829cb8773033ef79ffd6e2b.tar.gz
xslt/docbook/utils/credits.xsl
* Makefile.am: * bootstrap.make: * configure.in: * gnome-doc-utils.make: * xslt/docbook/Makefile.am: * xslt/docbook/utils/Makefile.am: * xslt/docbook/utils/credits.xsl * xslt/docbook/utils/ids.xsl: - Implemented the documentation header file thing * autogen.sh: - Requiring automake 1.6 * gnome-doc-utils.pc.in: - Somewhat nicer variables * doc/gnome-doc-make/Makefile.am: - Added gnome-dco-make.awk to EXTRA_DIST * doc/xslt/gnome-doc-xslt.desktop.in: - Changed the ID * test/testdoc1/Makefile.am: - Newline * xslt/docbook/common/Makefile.am: * xslt/docbook/html/Makefile.am: * xslt/docbook/omf/Makefile.am: * xslt/gettext/Makefile.am: * xslt/rngdoc/Makefile.am: * xslt/xsldoc/Makefile.am: - Changed the installation directory * xslt/gettext/format2xsl.xsl: - Quick fixes to how sans-@xml:lang stuff is handled
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 2fe2fd1..70953ea 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -23,7 +23,7 @@ which gnome-autogen.sh || {
ACLOCAL_FLAGS="-I . $ACLOCAL_FLAGS"
export ACLOCAL_FLAGS
-REQUIRED_AUTOMAKE_VERSION=1.5
+REQUIRED_AUTOMAKE_VERSION=1.6
export REQUIRED_AUTOMAKE_VERSION
USE_GNOME2_MACROS=1 . gnome-autogen.sh