Chris Browne cbbrowne at lists.slony.info
Thu Apr 9 14:56:39 PDT 2009
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv21498

Modified Files:
	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.63
diff -C2 -d -r1.62 -r1.63
*** configure.ac	14 Apr 2008 10:35:01 -0000	1.62
--- configure.ac	9 Apr 2009 21:56:37 -0000	1.63
***************
*** 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)



More information about the Slony1-commit mailing list