mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-12 18:32:08 +02:00
[ChangeLog]
* configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming. Call gl_INIT directly, rather than through the above. [m4/ChangeLog] * jm-macros.m4 (coreutils_MACROS): Rename from gl_MACROS, now that most of the gnulib macros have migrated into gnulib. Don't call gl_INIT here (now it's called from configure.ac, directly).
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-10-12 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* jm-macros.m4 (coreutils_MACROS): Rename from gl_MACROS, now that
|
||||
most of the gnulib macros have migrated into gnulib.
|
||||
Don't call gl_INIT here (now it's called from configure.ac, directly).
|
||||
|
||||
2006-10-07 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* jm-macros.m4 (gl_MACROS): Remove use of AC_CONFIG_LIBOBJ_DIR(lib).
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#serial 103 -*- autoconf -*-
|
||||
#serial 104 -*- autoconf -*-
|
||||
|
||||
dnl Misc type-related macros for coreutils.
|
||||
|
||||
@@ -21,10 +21,8 @@ dnl Misc type-related macros for coreutils.
|
||||
|
||||
# Written by Jim Meyering.
|
||||
|
||||
AC_DEFUN([gl_MACROS],
|
||||
AC_DEFUN([coreutils_MACROS],
|
||||
[
|
||||
gl_INIT
|
||||
|
||||
GNU_PACKAGE="GNU $PACKAGE"
|
||||
AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE",
|
||||
[The concatenation of the strings `GNU ', and PACKAGE.])
|
||||
|
||||
Reference in New Issue
Block a user