]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for automake 1.10.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Mar 2005 19:49:56 +0000 (19:49 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:21 +0000 (12:12 +0200)
autoconf-lib-link/m4/ChangeLog
autoconf-lib-link/m4/lib-link.m4
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/nls.m4

index 5ca4d2ac51b13c47621f2122ff3ef8f165dda753..de48178742e84e015b21aa59fc804d61c74693ae 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-05  Bruno Haible  <bruno@clisp.org>
+
+       * lib-link.m4 (AC_LIB_RPATH): Use AC_REQUIRE_AUX_FILE conditionally.
+
 2005-02-24  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.2 released.
index a4586c7a82a141d37c4aca45d3cc04b1f6d9fc48..828c94fc8b8667c0b21adf0994789d186a56ec20 100644 (file)
@@ -1,4 +1,4 @@
-# lib-link.m4 serial 5 (gettext-0.14.2)
+# lib-link.m4 serial 6 (gettext-0.14.3)
 dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -93,6 +93,8 @@ dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator,
 dnl hardcode_direct, hardcode_minus_L.
 AC_DEFUN([AC_LIB_RPATH],
 [
+  dnl Tell automake >= 1.10 to complain if config.rpath is missing.
+  m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
   AC_REQUIRE([AC_PROG_CC])                dnl we use $CC, $GCC, $LDFLAGS
   AC_REQUIRE([AC_LIB_PROG_LD])            dnl we use $LD, $with_gnu_ld
   AC_REQUIRE([AC_CANONICAL_HOST])         dnl we use $host
index 9a4f9998d35cfa63322983f5cff1d3f2c39c1162..0d5cc53d527ff9835a54919e69cfa4243f8f938f 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-05  Bruno Haible  <bruno@clisp.org>
+
+       * nls.m4 (AM_MKINSTALLDIRS): Use AC_REQUIRE_AUX_FILE conditionally.
+
 2005-02-24  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.2 released.
index 596c89f50d1030e66449ebb73cfa9ebfb2588c35..901c3f10e9930311ee51af11a44144dcb0a8d0f5 100644 (file)
@@ -1,5 +1,5 @@
-# nls.m4 serial 1 (gettext-0.12)
-dnl Copyright (C) 1995-2003 Free Software Foundation, Inc.
+# nls.m4 serial 2 (gettext-0.14.3)
+dnl Copyright (C) 1995-2003, 2005 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -30,6 +30,8 @@ AC_DEFUN([AM_NLS],
 
 AC_DEFUN([AM_MKINSTALLDIRS],
 [
+  dnl Tell automake >= 1.10 to complain if mkinstalldirs is missing.
+  m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([mkinstalldirs])])
   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
   dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
   dnl Try to locate it.