Tell aclocal to look in m4/.

This commit is contained in:
Bruno Haible 2009-05-23 14:38:45 +00:00
parent 0a01826ae3
commit e17946402e
3 changed files with 5 additions and 2 deletions

View File

@ -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 <bruno@clisp.org>

View File

@ -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

View File

@ -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