"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED]:~/src/inetutils$ ~/src/gnulib/build-aux/bootstrap > --force --gnulib-srcdir=~/src/gnulib > /home/jas/src/gnulib/build-aux/bootstrap: expected line not found in > configure.ac. Add the following: > /home/jas/src/gnulib/build-aux/bootstrap: Bootstrapping from checked-out > inetutils sources... > /home/jas/src/gnulib/build-aux/bootstrap: line 227: > ~/src/gnulib/gnulib-tool: No such file or directory > [EMAIL PROTECTED]:~/src/inetutils$ > > Ideas? I'm using a gnulib CVS checkout from right now. > > Hm. As a temporary measure, could you change: > > AC_CONFIG_AUX_DIR([build-aux]) > > to > > AC_CONFIG_AUX_DIR(build-aux) > > ? I think this should work, but I don't understand why I don't need > this...
That problem was caused by the ~ stuff, and I think having the []'s is more correct so problem solved. /Simon _______________________________________________ Bug-inetutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-inetutils
