diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-11 16:25:45 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-02-11 16:25:45 +0000 |
commit | eb59e0fd0cdd41bb0b086471b3a433b71b5562aa (patch) | |
tree | 23e3534a37b4df0a2da98d51eb67aece92fbacb9 /m4/as-libtool.m4 | |
parent | 0ad93d3738d8d3f43482073d5d2ef372dfb41fa7 (diff) |
fix gettext/automake problem fix underquoted macros
Original commit message from CVS:
fix gettext/automake problem
fix underquoted macros
Diffstat (limited to 'm4/as-libtool.m4')
-rw-r--r-- | m4/as-libtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-libtool.m4 b/m4/as-libtool.m4 index 19d4683..038edbf 100644 --- a/m4/as-libtool.m4 +++ b/m4/as-libtool.m4 @@ -16,7 +16,7 @@ dnl if USE_RELEASE is used, then add a -release option to the LDFLAGS dnl with the given release version dnl then use [$PREFIX]_LT_LDFLAGS in the relevant Makefile.am's -AC_DEFUN(AS_LIBTOOL, +AC_DEFUN([AS_LIBTOOL], [ [$1]_CURRENT=[$2] [$1]_REVISION=[$3] |