From 4763ea6e2c45125f578545dc2609042104a32afa Mon Sep 17 00:00:00 2001 From: maroy Date: Thu, 21 Apr 2005 07:13:41 +0000 Subject: [PATCH] removed 'underquoted definition of PKG_CHECK_MODULES' warnings for aclocal >= 1.8 --- livesupport/modules/authentication/etc/acinclude.m4 | 4 ++-- livesupport/modules/core/etc/acinclude.m4 | 4 ++-- livesupport/modules/db/etc/acinclude.m4 | 4 ++-- livesupport/modules/eventScheduler/etc/acinclude.m4 | 4 ++-- livesupport/modules/playlistExecutor/etc/acinclude.m4 | 4 ++-- livesupport/modules/schedulerClient/etc/acinclude.m4 | 4 ++-- livesupport/modules/storage/etc/acinclude.m4 | 4 ++-- livesupport/products/gLiveSupport/etc/acinclude.m4 | 4 ++-- livesupport/products/scheduler/etc/acinclude.m4 | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/livesupport/modules/authentication/etc/acinclude.m4 b/livesupport/modules/authentication/etc/acinclude.m4 index 641ec1a97..a6d8c68df 100644 --- a/livesupport/modules/authentication/etc/acinclude.m4 +++ b/livesupport/modules/authentication/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/authentication/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then diff --git a/livesupport/modules/core/etc/acinclude.m4 b/livesupport/modules/core/etc/acinclude.m4 index 371e8ec68..367526ae9 100644 --- a/livesupport/modules/core/etc/acinclude.m4 +++ b/livesupport/modules/core/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then diff --git a/livesupport/modules/db/etc/acinclude.m4 b/livesupport/modules/db/etc/acinclude.m4 index 4cab28825..3c29f4c9f 100644 --- a/livesupport/modules/db/etc/acinclude.m4 +++ b/livesupport/modules/db/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/db/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then diff --git a/livesupport/modules/eventScheduler/etc/acinclude.m4 b/livesupport/modules/eventScheduler/etc/acinclude.m4 index 0071672b2..1ac365c65 100644 --- a/livesupport/modules/eventScheduler/etc/acinclude.m4 +++ b/livesupport/modules/eventScheduler/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/eventScheduler/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then diff --git a/livesupport/modules/playlistExecutor/etc/acinclude.m4 b/livesupport/modules/playlistExecutor/etc/acinclude.m4 index df2eb6547..117e23bff 100644 --- a/livesupport/modules/playlistExecutor/etc/acinclude.m4 +++ b/livesupport/modules/playlistExecutor/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then diff --git a/livesupport/modules/schedulerClient/etc/acinclude.m4 b/livesupport/modules/schedulerClient/etc/acinclude.m4 index b7f0be861..6ee761693 100644 --- a/livesupport/modules/schedulerClient/etc/acinclude.m4 +++ b/livesupport/modules/schedulerClient/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/schedulerClient/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then diff --git a/livesupport/modules/storage/etc/acinclude.m4 b/livesupport/modules/storage/etc/acinclude.m4 index d8db68544..c3cf56330 100644 --- a/livesupport/modules/storage/etc/acinclude.m4 +++ b/livesupport/modules/storage/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storage/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then diff --git a/livesupport/products/gLiveSupport/etc/acinclude.m4 b/livesupport/products/gLiveSupport/etc/acinclude.m4 index 79b45dd60..7286d8cce 100644 --- a/livesupport/products/gLiveSupport/etc/acinclude.m4 +++ b/livesupport/products/gLiveSupport/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then diff --git a/livesupport/products/scheduler/etc/acinclude.m4 b/livesupport/products/scheduler/etc/acinclude.m4 index 463c688a7..02e0932fb 100644 --- a/livesupport/products/scheduler/etc/acinclude.m4 +++ b/livesupport/products/scheduler/etc/acinclude.m4 @@ -21,7 +21,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl dnl dnl Author : $Author: maroy $ -dnl Version : $Revision: 1.1 $ +dnl Version : $Revision: 1.2 $ dnl Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/etc/acinclude.m4,v $ dnl----------------------------------------------------------------------------- @@ -36,7 +36,7 @@ dnl also defines GSTUFF_PKG_ERRORS on error dnl dnl This function was taken from the glade-- project dnl----------------------------------------------------------------------------- -AC_DEFUN(PKG_CHECK_MODULES, [ +AC_DEFUN([PKG_CHECK_MODULES], [ succeeded=no if test -z "$PKG_CONFIG"; then