From 76f7548935c19dafa118924f5d33dba447ae004f Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 15 Oct 2010 16:29:47 +0200 Subject: [PATCH] =?UTF-8?q?Rename=20aclocal.m4=20to=20acinclude.m4=20(than?= =?UTF-8?q?ks=20to=20Andreas=20K=C3=B6hler)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also fixed minor typos, added the compiled aclocal.m4 to gitignore. As the 2.1.x branch includes the 'configure' script, it isn't needed to document here how to build it, only in the master branch. Related documentation: http://www.gnu.org/software/hello/manual/automake/Local-Macros.html#Local-Macros http://www.gnu.org/software/hello/manual/automake/Invoking-aclocal.html#Invoking-aclocal --- .gitignore | 1 + src/{aclocal.m4 => acinclude.m4} | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) rename src/{aclocal.m4 => acinclude.m4} (98%) diff --git a/.gitignore b/.gitignore index 6fad591f3..0dd0d45d4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ /src/XmppAddr.asn1db /src/XmppAddr.erl /src/XmppAddr.hrl +/src/aclocal.m4 /src/autom4te.cache /src/config.log /src/config.status diff --git a/src/aclocal.m4 b/src/acinclude.m4 similarity index 98% rename from src/aclocal.m4 rename to src/acinclude.m4 index 5d9dbca60..62b40ab2b 100644 --- a/src/aclocal.m4 +++ b/src/acinclude.m4 @@ -1,4 +1,4 @@ -AC_DEFUN(AM_WITH_EXPAT, +AC_DEFUN([AM_WITH_EXPAT], [ AC_ARG_WITH(expat, [AC_HELP_STRING([--with-expat=PREFIX], [prefix where EXPAT is installed])]) @@ -32,7 +32,7 @@ AC_DEFUN(AM_WITH_EXPAT, AC_SUBST(EXPAT_LIBS) ]) -AC_DEFUN(AM_WITH_ZLIB, +AC_DEFUN([AM_WITH_ZLIB], [ AC_ARG_WITH(zlib, [AC_HELP_STRING([--with-zlib=PREFIX], [prefix where zlib is installed])]) @@ -68,7 +68,7 @@ if test x"$ejabberd_zlib" != x; then fi ]) -AC_DEFUN(AM_WITH_PAM, +AC_DEFUN([AM_WITH_PAM], [ AC_ARG_WITH(pam, [AC_HELP_STRING([--with-pam=PREFIX], [prefix where PAM is installed])]) if test x"$pam" != x; then @@ -103,7 +103,7 @@ if test x"$pam" != x; then fi ]) -AC_DEFUN(AM_WITH_ERLANG, +AC_DEFUN([AM_WITH_ERLANG], [ AC_ARG_WITH(erlang, [AC_HELP_STRING([--with-erlang=PREFIX], [path to erlc and erl])]) @@ -199,7 +199,7 @@ _EOF AC_SUBST(ERL) ]) -AC_DEFUN(AC_MOD_ENABLE, +AC_DEFUN([AC_MOD_ENABLE], [ $1= make_$1= @@ -309,7 +309,7 @@ size_t iconv(); ]) dnl -AC_DEFUN(AM_WITH_OPENSSL, +AC_DEFUN([AM_WITH_OPENSSL], [ AC_ARG_WITH(openssl, [AC_HELP_STRING([--with-openssl=PREFIX], [prefix where OPENSSL is installed])]) unset SSL_LIBS;