Sorry. The last patch is no enough to build.
This is the revised patch.
Masatake YAMATO
Index: configure.ac
===================================================================
RCS file: /cvsroot/bashdb/bashdb/configure.ac,v
retrieving revision 1.1
diff -u -r1.1 configure.ac
--- configure.ac 16 May 2004 06:42:41 -0000 1.1
+++ configure.ac 16 May 2004 17:00:37 -0000
@@ -1034,7 +1034,7 @@
# Keep old dates on these so we don't gratuitously have make do work.
if test -e $ac_srcdir/doc/version.texi ;then
echo timestamp > $ac_srcdir/doc/stamp-vti
- touch -cr $ac_srcdir/configure.in doc/version.texi $ac_srcdir/doc/stamp-vti
+ touch -cr $ac_srcdir/configure.ac doc/version.texi $ac_srcdir/doc/stamp-vti
fi
]],[[]])
AC_OUTPUT
Index: bootstrap.sh
===================================================================
RCS file: /cvsroot/bashdb/bashdb/bootstrap.sh,v
retrieving revision 1.5
diff -u -r1.5 bootstrap.sh
--- bootstrap.sh 12 Sep 2003 02:17:16 -0000 1.5
+++ bootstrap.sh 16 May 2004 17:00:37 -0000
@@ -11,7 +11,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
-(test -f $srcdir/configure.in) || {
+(test -f $srcdir/configure.ac) || {
echo -n "*** Error ***: Directory "\`$srcdir\'" does not look like the"
echo " top-level directory"
exit 1
Index: Makefile.in
===================================================================
RCS file: /cvsroot/bashdb/bashdb/Makefile.in,v
retrieving revision 1.14
diff -u -r1.14 Makefile.in
--- Makefile.in 14 May 2004 04:14:01 -0000 1.14
+++ Makefile.in 16 May 2004 17:00:38 -0000
@@ -624,7 +624,7 @@
$(SHELL) ./config.status --recheck
# comment out for distribution
-$(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/aclocal.m4 $(srcdir)/config.h.in
+$(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/config.h.in
cd $(srcdir) && autoconf
# for chet
|