summaryrefslogtreecommitdiff
path: root/m4/as-libtool.m4
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-05-15 06:13:32 +0000
committerDavid Schleef <ds@schleef.org>2007-05-15 06:13:32 +0000
commite4d7d00c967e39ac18214fa547dd2acf894ae294 (patch)
tree6c436912a1797f951565180dd44b059ecd1ac955 /m4/as-libtool.m4
parent24ef59e03881e228d9d6ce77acc5c0e8926a08b6 (diff)
downloadliboil-e4d7d00c967e39ac18214fa547dd2acf894ae294.tar.gz
* HACKING:
Patch from Stephane Fillod <f8cfe@free.fr> * liboil/liboil.h: * liboil/liboilcolorspace.h: * liboil/liboilcpu.h: * liboil/liboildebug.h: * liboil/liboilfunction.h: * liboil/liboilgcc.h: * liboil/liboilparameter.h: * liboil/liboilprofile.h: * liboil/liboilprototype.h: * liboil/liboilrandom.h: * liboil/liboiltest.h: * liboil/liboiltypes.h: Add C++ wrappers everywhere. * m4/as-libtool.m4: Fix macro.
Diffstat (limited to 'm4/as-libtool.m4')
-rw-r--r--m4/as-libtool.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-libtool.m4 b/m4/as-libtool.m4
index b01b2f2..135f3f8 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]