autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sed prob in foreign.at


From: Patrick Welche
Subject: Re: sed prob in foreign.at
Date: Thu, 18 Jan 2001 12:04:41 +0000
User-agent: Mutt/1.2i

On Thu, Jan 18, 2001 at 11:14:50AM +0100, Akim Demaille wrote:
>
> Could you run
> 
> cd tests/
> ./testsuite -d -v -x 173
> # it should fail, but run this anyway:
> libtoolize 2>/dev/null

quartz% ./testsuite -d -v -x 172
====================================
Testing suite for GNU Autoconf 2.49c
====================================
172. ./foreign.at:9: testing Autoconf & Libtool...
+ set +vx
./foreign.at:13: libtoolize --version || exit 77
+ at_status=0
+ set +vx
+ libtoolize --version
libtoolize (GNU libtool) 1.3c
+ set +vx
./foreign.at:16: libtoolize --version | grep '1.3.[012345]' && exit 77
+ at_status=1
+ set +vx
+ libtoolize --version
+ grep 1.3.[012345]
+ cat
+ set +vx
./foreign.at:25: libtoolize | sed -n "s,^.*\`\(/[^']*\)'.*,\1,p" >at-path
+ at_status=0
+ set +vx
+ libtoolize
+ sed -n s,^.*`\(/[^']*\)'.*,\1,p
libtoolize: `configure.in' does not exist
Try `libtoolize --help' for more information.
+ cat at-path
+ cp configure.ac
usage: cp [-R [-H | -L | -P]] [-f | -i] [-p] src target
       cp [-R [-H | -L | -P]] [-f | -i] [-p] src1 ... srcN directory
+ cat
+ set +vx
./foreign.at:35: autoconf --autoconf-dir .. -l $at_srcdir 
+ at_status=1
+ set +vx
--- empty       Thu Jan 18 12:02:16 2001
+++ stderr      Thu Jan 18 12:02:18 2001
@@ -0,0 +1,4 @@
++ autoconf --autoconf-dir .. -l /usr/src/local/autoconf/tests
+configure.ac:3: error: undefined macro: AC_PROG_LIBTOOL
+configure:1703: error: undefined macro: _AC_INIT_LOG_COMPLETE
+configure:1703: error: undefined macro: _AC_INIT_LOG_COMPLETEAC_EXPAND_ONCE
./foreign.at:35: exit code was 1, expected 0
172. ./foreign.at:9: FAILED near `foreign.at:35'


quartz% sh
$ libtoolize 2>/dev/null
$


and just in case
quartz% cvs status configure.in
cvs server: nothing known about configure.in

Cheers,

Patrick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]