mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-27 01:44:30 +00:00
Tell aclocal to look in m4/.
This commit is contained in:
parent
0a01826ae3
commit
e17946402e
@ -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>
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user