minor fixes (added missing [] quotation).
authorTomasz Kłoczko <kloczek@src.gnome.org>
Wed, 21 Apr 2004 19:19:01 +0000 (19:19 +0000)
committerTomasz Kłoczko <kloczek@src.gnome.org>
Wed, 21 Apr 2004 19:19:01 +0000 (19:19 +0000)
* acinclude.m4: minor fixes (added missing [] quotation).

ChangeLog
acinclude.m4

index bff13a2..033ab68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-21  Tomasz Kłoczko <kloczek@pld.org.pl>
+
+       * acinclude.m4: minor fixes (added missing [] quotation).
+
 2004-04-19  JP Rosevear  <jpr@ximian.com>
 
        * configure.in: bump version, libtool numbers
index 3634d6b..f78cc95 100644 (file)
@@ -7,7 +7,7 @@
 # The version must be >= @minvers. If @maxvers is equal to @minvers,
 # it must be exactly that version. Otherwise, if @maxvers is set,
 # the version must be LESS THAN @maxvers (not less than or equal).
-AC_DEFUN(EVO_CHECK_LIB, [
+AC_DEFUN([EVO_CHECK_LIB], [
        dispname="$1"
        pkgname="$2"
        minvers="$3"
@@ -59,7 +59,7 @@ AC_DEFUN(EVO_CHECK_LIB, [
 # EVO_PURIFY_SUPPORT
 # Add --enable-purify. If the user turns it on, subst PURIFY and set
 # the automake conditional ENABLE_PURIFY
-AC_DEFUN(EVO_PURIFY_SUPPORT, [
+AC_DEFUN([EVO_PURIFY_SUPPORT], [
        AC_ARG_ENABLE(purify, 
        [  --enable-purify=[no/yes]      Enable support for building executables with Purify.],,enable_purify=no)
        AC_PATH_PROG(PURIFY, purify, impure)
@@ -82,7 +82,7 @@ AC_DEFUN(EVO_PURIFY_SUPPORT, [
 # configured, HAVE_LDAP will be defined and the automake conditional
 # ENABLE_LDAP will be set. LDAP_CFLAGS and LDAP_LIBS will be set
 # appropriately.
-AC_DEFUN(EVO_LDAP_CHECK, [
+AC_DEFUN([EVO_LDAP_CHECK], [
        default="$1"
 
        AC_ARG_WITH(openldap,     [  --with-openldap=[no/yes/PREFIX]      Enable LDAP support in evolution])