Re: automake configure script hangs on OSF1...

2005-10-07 Thread Ralf Wildenhues
Hi Ed, * Ed Hartnett wrote on Fri, Oct 07, 2005 at 12:57:26AM CEST: I am trying to install automake and an OSF1 system. I just installed autoconf, but the automake configure hangs looking for it... *snip* checking whether autoconf is installed... yes checking whether autoconf works...

Re: automake configure script hangs on OSF1...

2005-10-07 Thread Ed Hartnett
Ralf Wildenhues [EMAIL PROTECTED] writes: Hi Ed, * Ed Hartnett wrote on Fri, Oct 07, 2005 at 12:57:26AM CEST: I am trying to install automake and an OSF1 system. I just installed autoconf, but the automake configure hangs looking for it... *snip* checking whether autoconf is installed...

Re: automake configure script hangs on OSF1...

2005-10-07 Thread Ralf Wildenhues
Hi Ed, * Ed Hartnett wrote on Fri, Oct 07, 2005 at 02:21:34PM CEST: Ralf Wildenhues [EMAIL PROTECTED] writes: * Ed Hartnett wrote on Fri, Oct 07, 2005 at 12:57:26AM CEST: I am trying to install automake and an OSF1 system. I just installed autoconf, but the automake configure hangs

Re: automake configure script hangs on OSF1...

2005-10-07 Thread Ralf Wildenhues
Hi Ed, Please keep the automake list copied -- thanks! * Ed Hartnett wrote on Fri, Oct 07, 2005 at 02:42:11PM CEST: Thanks Ralf! bash-2.01$ echo AC_INIT conftest.ac bash-2.01$ eval sh -x autoconf -o /dev/null conftest.ac sh: autoconf: cannot open D'oh. Me very stupid. eval sh -x

Re: automake configure script hangs on OSF1...

2005-10-07 Thread Ralf Wildenhues
* Ed Hartnett wrote on Fri, Oct 07, 2005 at 03:00:26PM CEST: Ralf Wildenhues [EMAIL PROTECTED] writes: Please keep the automake list copied -- thanks! eval sh -x `which autoconf` -o /dev/null conftest.ac would have been better. This seems to indicate that autom4te hangs. Output

automake configure script hangs on OSF1...

2005-10-06 Thread Ed Hartnett
Howdy all! I am trying to install automake and an OSF1 system. I just installed autoconf, but the automake configure hangs looking for it... % cd ~/downloads/automake-1.9.5 % make distclean make: *** No rule to make target `distclean'. Stop. % ./configure --prefix=/home/ed/local/dana make