Home > Archive > Slony1 PostgreSQL Replication > June 2005 > Re: PATCH: autoconf not run for slony-1.1.0, so









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: PATCH: autoconf not run for slony-1.1.0, so
Devrim GUNDUZ

2005-06-30, 8:24 pm

Hi,

On Tue, 28 Jun 2005, Len Walter wrote:
>
> the attached patch is for the configure script. It seems like autoconf
> was not re-run after PACKAGE_VERSION was changed for the slony-1.1.0
> release, so make rpm failed because it was looking for the wrong
> source tarball.


I just committed a small fix to the CVS HEAD and REL_1.1_STABLE. IMHO it'd
be better to run autoconf inside spec file:

====================
====================
===
diff -Lpostgresql-slony1-engine.spec.in -Lpostgresql-slony1-engine.spec.in -u -w -r1.19 -r1.20
--- postgresql-slony1-engine.spec.in
+++ postgresql-slony1-engine.spec.in
@@ -35,6 +35,7 @@

%prep
%setup -q -n @PACKAGE_NAME@-%{version}
+autoconf

%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS

====================
====================
===
Regards,
--
Devrim GUNDUZ
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.tdmsoft.com.tr http://www.gunduz.org
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com