Author: glen Date: Sat Nov 25 16:57:49 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - ac 2.60 complains: autoheader: error: AC_CONFIG_HEADERS not found in configure.in - rel 3
---- Files affected: SPECS: courier.spec (1.141.2.1 -> 1.141.2.2) ---- Diffs: ================================================================ Index: SPECS/courier.spec diff -u SPECS/courier.spec:1.141.2.1 SPECS/courier.spec:1.141.2.2 --- SPECS/courier.spec:1.141.2.1 Sat Nov 25 16:57:10 2006 +++ SPECS/courier.spec Sat Nov 25 17:57:43 2006 @@ -14,7 +14,7 @@ Summary(pl): Serwer poczty Courier Name: courier Version: 0.53.3 -Release: 2 +Release: 3 License: GPL Group: Networking/Daemons Source0: http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2 @@ -285,9 +285,10 @@ </Directory> " > apache.conf -%build # we don't want fax module rm -rf courier/module.fax + +%build cp -f /usr/share/automake/config.sub webmail # Change Makefile.am files and force recreate Makefile.in's. @@ -302,7 +303,9 @@ %{__libtoolize} %{__aclocal} %{__autoconf} - %{__autoheader} + if grep -q AM_CONFIG_HEADER configure.in; then + %{__autoheader} + fi %{__automake} cd "$OLDDIR" @@ -915,6 +918,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.141.2.2 2006/11/25 16:57:43 glen +- ac 2.60 complains: autoheader: error: AC_CONFIG_HEADERS not found in configure.in +- rel 3 + Revision 1.141.2.1 2006/11/25 15:57:10 glen - AC-branch for filesystem dep; rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/courier.spec?r1=1.141.2.1&r2=1.141.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
