Wed Jan 26 19:33:05 PST 2005
- Previous message: [Slony1-commit] By darcyb: Bring the previous configure.ac commit into the frontend
- Next message: [Slony1-commit] By darcyb: Remove non required hash-bangs, and setup hash-bang
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add proper detection of sed since slonik relies on haveing sed available
Modified Files:
--------------
slony1-engine:
configure.ac (r1.39 -> r1.40)
Makefile.global.in (r1.22 -> r1.23)
-------------- next part --------------
Index: Makefile.global.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/Makefile.global.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -LMakefile.global.in -LMakefile.global.in -u -w -r1.22 -r1.23
--- Makefile.global.in
+++ Makefile.global.in
@@ -57,7 +57,7 @@
# support programs
PERL= @PERL@
-
+SED= @SED@
subdir=$(slony_subdir)
override CPPFLAGS := -I${pgincludedir} -I${pgincludeserverdir} $(CPPFLAGS)
Index: configure.ac
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/configure.ac,v
retrieving revision 1.39
retrieving revision 1.40
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.39 -r1.40
--- configure.ac
+++ configure.ac
@@ -62,6 +62,7 @@
AC_PATH_PROG(TAR, tar)
AC_CHECK_PROGS(LEX, ['flex', 'lex'])
AC_CHECK_PROGS(YACC, ['bison -y', 'yacc'])
+AC_CHECK_PROGS(SED, ['sed'])
AC_SUBST(LD)
AC_SUBST(CC)
@@ -72,6 +73,7 @@
AC_SUBST(SLONREL_VERSION)
AC_SUBST(with_gnu_ld)
AC_SUBST(PERL)
+AC_SUBST(SED)
SLON_AC_COMPILER()
- Previous message: [Slony1-commit] By darcyb: Bring the previous configure.ac commit into the frontend
- Next message: [Slony1-commit] By darcyb: Remove non required hash-bangs, and setup hash-bang
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list