Thu Apr 9 14:55:29 PDT 2009
- Previous message: [Slony1-commit] slony1-engine/tests/testschemanames README gen_weak_user.sh generate_dml.sh init_add_tables.ik init_data.sql init_schema.sql schema.diff
- Next message: [Slony1-commit] slony1-engine configure.ac
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv20917
Modified Files:
Tag: REL_2_0_STABLE
configure.ac
Log Message:
Per bug report #79 - error message encountered when running recent
autoconf (2.63) on autoconf.ac.
-----------------
configure.ac:89: error: AC_SUBST: `2.0.1' is not a valid shell variable name
configure.ac:89: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
error: Bad exit status from /var/tmp/rpm-tmp.CLmZ2P (%build)
-----------------
Commented out AC_SUBST(SLONREL_VERSION), which is the nexus of the problem.
SLONREL_VERSION isn't used in any of the .in files, so this seems a safe
change.
Index: configure.ac
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/configure.ac,v
retrieving revision 1.62
retrieving revision 1.62.2.1
diff -C2 -d -r1.62 -r1.62.2.1
*** configure.ac 14 Apr 2008 10:35:01 -0000 1.62
--- configure.ac 9 Apr 2009 21:55:27 -0000 1.62.2.1
***************
*** 87,91 ****
AC_SUBST(LEXFLAGS)
AC_SUBST(YFLAGS)
! AC_SUBST(SLONREL_VERSION)
AC_SUBST(with_gnu_ld)
AC_SUBST(PERL)
--- 87,91 ----
AC_SUBST(LEXFLAGS)
AC_SUBST(YFLAGS)
! #AC_SUBST(SLONREL_VERSION)
AC_SUBST(with_gnu_ld)
AC_SUBST(PERL)
- Previous message: [Slony1-commit] slony1-engine/tests/testschemanames README gen_weak_user.sh generate_dml.sh init_add_tables.ik init_data.sql init_schema.sql schema.diff
- Next message: [Slony1-commit] slony1-engine configure.ac
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list