aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <proskin@src.gnome.org>2001-02-08 05:33:01 +0800
committerPavel Roskin <proskin@src.gnome.org>2001-02-08 05:33:01 +0800
commit66c11c25470bed6c0fe8c8e884b4fa76135337fb (patch)
treef9d356d284d5f7087895f731b6fde2d304aa3c63
parentfa272d3dc92f7507d2f78a33c295714e17287019 (diff)
downloadgsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.tar.gz
gsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.tar.zst
gsoc2013-evolution-66c11c25470bed6c0fe8c8e884b4fa76135337fb.zip
Quote first argument to AC_DEFUN. Likewise. Likewise. Likewise. Likewise.
* macros/curses.m4: Quote first argument to AC_DEFUN. * macros/gnome-cxx-check.m4: Likewise. * macros/gnome-gettext.m4: Likewise. * macros/gnome-libgtop-check.m4: Likewise. * macros/gnome-print-check.m4: Likewise. * macros/linger.m4: Likewise. * macros/need-declaration.m4: Likewise. svn path=/trunk/; revision=8059
-rw-r--r--macros/curses.m412
-rw-r--r--macros/gnome-cxx-check.m42
-rw-r--r--macros/gnome-gettext.m44
-rw-r--r--macros/gnome-libgtop-check.m42
-rw-r--r--macros/gnome-print-check.m42
-rw-r--r--macros/linger.m42
-rw-r--r--macros/need-declaration.m44
7 files changed, 14 insertions, 14 deletions
diff --git a/macros/curses.m4 b/macros/curses.m4
index 3e7092685f..5307e13d38 100644
--- a/macros/curses.m4
+++ b/macros/curses.m4
@@ -86,7 +86,7 @@ dnl /*=== End new stuff for acconfig.h ===*/
dnl
-AC_DEFUN(AC_CHECK_CURSES,[
+AC_DEFUN([AC_CHECK_CURSES],[
search_ncurses=true
screen_manager=""
has_curses=false
@@ -150,7 +150,7 @@ AC_DEFUN(AC_CHECK_CURSES,[
])
-AC_DEFUN(AC_USE_SUNOS_CURSES, [
+AC_DEFUN([AC_USE_SUNOS_CURSES], [
search_ncurses=false
screen_manager="SunOS 4.x /usr/5include curses"
AC_MSG_RESULT(Using SunOS 4.x /usr/5include curses)
@@ -164,7 +164,7 @@ AC_DEFUN(AC_USE_SUNOS_CURSES, [
AC_MSG_RESULT(Please note that some screen refreshs may fail)
])
-AC_DEFUN(AC_USE_OSF1_CURSES, [
+AC_DEFUN([AC_USE_OSF1_CURSES], [
AC_MSG_RESULT(Using OSF1 curses)
search_ncurses=false
screen_manager="OSF1 curses"
@@ -175,7 +175,7 @@ AC_DEFUN(AC_USE_OSF1_CURSES, [
CURSES_LIBS="-lcurses"
])
-AC_DEFUN(AC_USE_SYSV_CURSES, [
+AC_DEFUN([AC_USE_SYSV_CURSES], [
AC_MSG_RESULT(Using SysV curses)
AC_DEFINE(HAS_CURSES)
has_curses=true
@@ -210,7 +210,7 @@ dnl)
dnl
dnl Parameters: directory filename cureses_LIBS curses_INCLUDEDIR nicename
dnl
-AC_DEFUN(AC_NCURSES, [
+AC_DEFUN([AC_NCURSES], [
if $search_ncurses
then
if test -f $1/$2
@@ -227,7 +227,7 @@ AC_DEFUN(AC_NCURSES, [
fi
])
-AC_DEFUN(AC_SEARCH_NCURSES, [
+AC_DEFUN([AC_SEARCH_NCURSES], [
AC_CHECKING("location of ncurses.h file")
AC_NCURSES(/usr/include, ncurses.h, -lncurses,, "ncurses on /usr/include")
diff --git a/macros/gnome-cxx-check.m4 b/macros/gnome-cxx-check.m4
index 786138c5d9..3c54d62bca 100644
--- a/macros/gnome-cxx-check.m4
+++ b/macros/gnome-cxx-check.m4
@@ -1,5 +1,5 @@
dnl GNOME_CHECK_CXX(not_found_string)
-AC_DEFUN(GNOME_CHECK_CXX,
+AC_DEFUN([GNOME_CHECK_CXX],
[
# see if a C++ compiler exists and works
AC_REQUIRE([AC_PROG_CXX])dnl
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4
index 813db3ee2d..6839855c1b 100644
--- a/macros/gnome-gettext.m4
+++ b/macros/gnome-gettext.m4
@@ -12,7 +12,7 @@
# serial 5
-AC_DEFUN(AM_GNOME_WITH_NLS,
+AC_DEFUN([AM_GNOME_WITH_NLS],
[AC_MSG_CHECKING([whether NLS is requested])
dnl Default is enabled NLS
AC_ARG_ENABLE(nls,
@@ -210,7 +210,7 @@ AC_DEFUN(AM_GNOME_WITH_NLS,
AC_SUBST(POSUB)
])
-AC_DEFUN(AM_GNOME_GETTEXT,
+AC_DEFUN([AM_GNOME_GETTEXT],
[AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AC_PROG_CC])dnl
AC_REQUIRE([AC_PROG_RANLIB])dnl
diff --git a/macros/gnome-libgtop-check.m4 b/macros/gnome-libgtop-check.m4
index 0ce6f6f612..1b4e1745cb 100644
--- a/macros/gnome-libgtop-check.m4
+++ b/macros/gnome-libgtop-check.m4
@@ -6,7 +6,7 @@ dnl that we need to #include some other header files on some
dnl systems to get some types.
dnl AC_LIBGTOP_CHECK_TYPE(TYPE, DEFAULT)
-AC_DEFUN(AC_LIBGTOP_CHECK_TYPE,
+AC_DEFUN([AC_LIBGTOP_CHECK_TYPE],
[AC_REQUIRE([AC_HEADER_STDC])dnl
AC_MSG_CHECKING(for $1)
AC_CACHE_VAL(ac_cv_type_$1,
diff --git a/macros/gnome-print-check.m4 b/macros/gnome-print-check.m4
index 7d98281d9c..4dca727469 100644
--- a/macros/gnome-print-check.m4
+++ b/macros/gnome-print-check.m4
@@ -8,7 +8,7 @@
dnl AM_PATH_GNOME_PRINT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
dnl Test for GNOME-PRINT, and define GNOME_PRINT_CFLAGS and GNOME_PRINT_LIBS
dnl
-AC_DEFUN(AM_PATH_GNOME_PRINT,
+AC_DEFUN([AM_PATH_GNOME_PRINT],
[dnl
dnl Get the cflags and libraries from the gnome-config script
dnl
diff --git a/macros/linger.m4 b/macros/linger.m4
index dfa7c8aea0..1dfb89dc96 100644
--- a/macros/linger.m4
+++ b/macros/linger.m4
@@ -1,7 +1,7 @@
dnl
dnl Check for struct linger
dnl
-AC_DEFUN(AC_STRUCT_LINGER, [
+AC_DEFUN([AC_STRUCT_LINGER], [
av_struct_linger=no
AC_MSG_CHECKING(struct linger is available)
AC_TRY_RUN([
diff --git a/macros/need-declaration.m4 b/macros/need-declaration.m4
index d5b7bc66d5..8a217b8a30 100644
--- a/macros/need-declaration.m4
+++ b/macros/need-declaration.m4
@@ -1,6 +1,6 @@
dnl See whether we need a declaration for a function.
dnl GCC_NEED_DECLARATION(FUNCTION [, EXTRA-HEADER-FILES])
-AC_DEFUN(GCC_NEED_DECLARATION,
+AC_DEFUN([GCC_NEED_DECLARATION],
[AC_MSG_CHECKING([whether $1 must be declared])
AC_CACHE_VAL(gcc_cv_decl_needed_$1,
[AC_TRY_COMPILE([
@@ -33,7 +33,7 @@ fi
dnl Check multiple functions to see whether each needs a declaration.
dnl GCC_NEED_DECLARATIONS(FUNCTION... [, EXTRA-HEADER-FILES])
-AC_DEFUN(GCC_NEED_DECLARATIONS,
+AC_DEFUN([GCC_NEED_DECLARATIONS],
[for ac_func in $1
do
GCC_NEED_DECLARATION($ac_func, $2)
eebsd-ports/commit/lang/io?h=dependabot/npm_and_yarn/devel/electron4/files/eslint-utils-1.4.3&id=37fb9cacff2d0bdfd35e4db2eb0bcce97f6b0c61'>devel/libevent2: drop historical suffix after r362796jbeich2017-02-202-2/+2 * devel/libevent2: update to 2.1.8 and cleanupjbeich2017-02-041-1/+1 * Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-0/+1 * lang/io: take maintainership backgahr2016-06-281-1/+1 * lang/io: update to 2015.11.11gahr2016-06-287-30/+308 * Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-1/+1 * Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-23/+23 * lang/io: uses optios framework, fix couple of bugsmarino2015-11-112-223/+40 * - Don't install empty directoriesamdmi32015-09-081-9/+12 * Convert to USES=jpegantoine2015-06-231-2/+2 * Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-082-4/+3 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1 * - Reset maintainership of my portsgahr2014-12-111-1/+1 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1 * Fix some USE_PGSQL that were missed beforecrees2014-11-231-1/+1 * Cleanup plistbapt2014-10-271-933/+0 * - Convert ports of irc/ and lang/ to new USES=pythonmva2014-10-211-1/+1 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 * Only use libevent2bapt2014-07-241-1/+1 * Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-041-0/+1 * - Update to 2013.12.04gahr2014-06-272-5/+4 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1 * - Fix graphics/glfw2 dependency due to recent commitnemysis2014-01-292-2/+2 * - Get rid of unneeded conditionalsgahr2013-12-131-4/+0 * - Convert to OPTIONSnggahr2013-12-133-36/+41 * - Fix CMAKE_BUILD_TYPE usagemakc2013-12-031-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - convert USE_CMAKE to USESmakc2013-03-231-2/+1 * Update PCRE to 8.32mm2012-12-111-0/+1