changeset 8992:f15fcdbecf0a

[gaim-migrate @ 9767] Apparently we were shy on quoting ... this autoconf stuff needs seriuos TLC committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 20 May 2004 23:52:10 +0000
parents 34bd1b38cc27
children 294ae6548d4e
files acinclude.m4 configure.ac
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/acinclude.m4	Thu May 20 23:37:14 2004 +0000
+++ b/acinclude.m4	Thu May 20 23:52:10 2004 +0000
@@ -9,7 +9,7 @@
 dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject or 
 dnl gthread is specified in MODULES, pass to pkg-config
 dnl
-AC_DEFUN(AM_PATH_GLIB_2_0,
+AC_DEFUN([AM_PATH_GLIB_2_0],
 [dnl 
 dnl Get the cflags and libraries from pkg-config
 dnl
@@ -221,7 +221,7 @@
 dnl Test for GTK+, and define GTK_CFLAGS and GTK_LIBS, if gthread is specified in MODULES, 
 dnl pass to pkg-config
 dnl
-AC_DEFUN(AM_PATH_GTK_2_0,
+AC_DEFUN([AM_PATH_GTK_2_0],
 [dnl 
 dnl Get the cflags and libraries from pkg-config
 dnl
@@ -422,7 +422,7 @@
 dnl GAIM_PATH_AO([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])
 dnl Test for libao, and define AO_CFLAGS and AO_LIBS
 dnl
-AC_DEFUN(GAIM_PATH_AO,
+AC_DEFUN([GAIM_PATH_AO],
 [dnl 
 dnl Get the cflags and libraries
 dnl
@@ -541,7 +541,7 @@
 dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for Audio File Library, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS.
 dnl
-AC_DEFUN(AM_PATH_AUDIOFILE,
+AC_DEFUN([AM_PATH_AUDIOFILE],
 [dnl 
 dnl Get compiler flags and libraries from the audiofile-config script.
 dnl
--- a/configure.ac	Thu May 20 23:37:14 2004 +0000
+++ b/configure.ac	Thu May 20 23:52:10 2004 +0000
@@ -371,7 +371,7 @@
 fi
 
 
-AC_DEFUN(GC_TM_GMTOFF,
+AC_DEFUN([GC_TM_GMTOFF],
 [AC_REQUIRE([AC_STRUCT_TM])dnl
 AC_CACHE_CHECK([for tm_gmtoff in struct tm], ac_cv_struct_tm_gmtoff,
 [AC_TRY_COMPILE([#include <sys/types.h>