diff options
author | Werner Koch <wk@gnupg.org> | 2003-12-09 10:07:09 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-12-09 10:07:09 +0100 |
commit | be294cbb14337f928cffdf0d40e27206e26fd30e (patch) | |
tree | ec9c512e025522a96eaec622d71e3a6f70924a58 /m4 | |
parent | This commit was manufactured by cvs2svn to create branch (diff) | |
download | gnupg2-be294cbb14337f928cffdf0d40e27206e26fd30e.tar.xz gnupg2-be294cbb14337f928cffdf0d40e27206e26fd30e.zip |
Added files we better keep in the CVS
Diffstat (limited to 'm4')
-rw-r--r-- | m4/lib-prefix.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/lib-prefix.m4 b/m4/lib-prefix.m4 index 26874b267..c719bc809 100644 --- a/m4/lib-prefix.m4 +++ b/m4/lib-prefix.m4 @@ -1,4 +1,4 @@ -# lib-prefix.m4 serial 3 (gettext-0.12.2) +# lib-prefix.m4 serial 2 (gettext-0.12) dnl Copyright (C) 2001-2003 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -13,7 +13,7 @@ dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't dnl require excessive bracketing. ifdef([AC_HELP_STRING], [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])], -[AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) +[AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])]) dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed dnl to access previously installed libraries. The basic assumption is that |