SPECS: courier.spec - grep should check if AC_CONFIG_HEADER exists...
darekr
darekr at pld-linux.org
Fri Feb 1 13:47:45 CET 2008
Author: darekr Date: Fri Feb 1 12:47:45 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- grep should check if AC_CONFIG_HEADER exists in configure.in (not AM_CONFIG_HEADER - typo?)
---- Files affected:
SPECS:
courier.spec (1.154 -> 1.155)
---- Diffs:
================================================================
Index: SPECS/courier.spec
diff -u SPECS/courier.spec:1.154 SPECS/courier.spec:1.155
--- SPECS/courier.spec:1.154 Wed Jan 23 02:16:44 2008
+++ SPECS/courier.spec Fri Feb 1 13:47:40 2008
@@ -291,7 +291,7 @@
%{__libtoolize}
%{__aclocal}
%{__autoconf}
- if grep -q AM_CONFIG_HEADER configure.in; then
+ if grep -q AC_CONFIG_HEADER configure.in; then
%{__autoheader}
fi
%{__automake}
@@ -906,6 +906,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.155 2008-02-01 12:47:40 darekr
+- grep should check if AC_CONFIG_HEADER exists in configure.in (not AM_CONFIG_HEADER - typo?)
+
Revision 1.154 2008-01-23 01:16:44 glen
- more unpackaged files
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/courier.spec?r1=1.154&r2=1.155&f=u
More information about the pld-cvs-commit
mailing list