From: Bruno Haible Date: Sat, 23 May 2009 14:38:45 +0000 (+0000) Subject: Tell aclocal to look in m4/. X-Git-Tag: v0.18~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e17946402e7fc32efb9fd668fc3c3add59cf0d0b;p=thirdparty%2Fgettext.git Tell aclocal to look in m4/. --- diff --git a/ChangeLog b/ChangeLog index cce592804..d01522e05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ * m4/init-package-version.m4: New file. * configure.ac: Invoke gl_INIT_PACKAGE. Use the preferred form of AM_INIT_AUTOMAKE. + * Makefile.am (ACLOCAL_AMFLAGS): New variable. + * autogen.sh: Update aclocal invocation. 2009-05-21 Bruno Haible diff --git a/Makefile.am b/Makefile.am index f510ed28e..d714a051a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the toplevel directory of GNU gettext -## Copyright (C) 1995-1999, 2000-2008 Free Software Foundation, Inc. +## Copyright (C) 1995-1999, 2000-2009 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -18,6 +18,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL = build-aux/fixaclocal @ACLOCAL@ +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link diff --git a/autogen.sh b/autogen.sh index 443c78227..3ba9b5be0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -307,7 +307,7 @@ cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS fi ) -build-aux/fixaclocal aclocal +build-aux/fixaclocal aclocal -I m4 autoconf automake