]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a mistake.
authorBruno Haible <bruno@clisp.org>
Tue, 15 Jan 2002 13:01:56 +0000 (13:01 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 23:00:33 +0000 (01:00 +0200)
m4/ChangeLog
m4/lib-link.m4

index 7c73d0653431ce8acf4ba38524b6cdfab5d7625f..c3a759fda65e39d854e8678a54794136181878e3 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib-link.m4 (AC_LIB_LINKFLAGS): Fix mistake.
+
 2002-01-12  Bruno Haible  <bruno@clisp.org>
 
        * libtool.m4: Add support for Intel icc.
index 3cee361132e377532b92481323dc7908bff2ded9..1f95f216e1172910526746616ee125a4d554b974 100644 (file)
@@ -20,7 +20,7 @@ AC_DEFUN([AC_LIB_LINKFLAGS],
   ])
   LIB[]NAME="$ac_cv_lib[]name[]_libs"
   INC[]NAME="$ac_cv_lib[]name[]_cppflags"
-  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC[]NAME])
+  AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
   AC_SUBST([LIB[]NAME])
 ])