|
From: Masatake Y. <je...@gy...> - 2004-05-16 16:36:47
|
bootstrap.sh still uses "configure.in".
My sourceforge account is changed to "myamato". So I cannot install
the change by myself. Please, install.
2004-05-17 Masatake YAMATO <je...@gy...>
* bootstrap.sh (srcdir): s/configure.in/configure.ac/
*** bootstrap.sh.old 2003-09-12 11:17:16.000000000 +0900
--- bootstrap.sh 2004-05-17 01:32:45.000000000 +0900
***************
*** 11,17 ****
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
! (test -f $srcdir/configure.in) || {
echo -n "*** Error ***: Directory "\`$srcdir\'" does not look like the"
echo " top-level directory"
exit 1
--- 11,17 ----
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
! (test -f $srcdir/configure.ac) || {
echo -n "*** Error ***: Directory "\`$srcdir\'" does not look like the"
echo " top-level directory"
exit 1
|