# HG changeset patch # User Ethan Blanton # Date 1085097130 0 # Node ID f15fcdbecf0a83c5a4de5b33301a546665d12cd9 # Parent 34bd1b38cc276c96fd4f0d38698d519d64529613 [gaim-migrate @ 9767] Apparently we were shy on quoting ... this autoconf stuff needs seriuos TLC committer: Tailor Script diff -r 34bd1b38cc27 -r f15fcdbecf0a acinclude.m4 --- 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 diff -r 34bd1b38cc27 -r f15fcdbecf0a configure.ac --- 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