Mail Archives: djgpp-workers/2003/01/19/09:52:40
Hello.
Laurynas Biveinis wrote:
> I'm trying to build the new port of grep with recent releases of
> autoconf-2.57 and automake-1.7.2:
>
> C:\DEVEL\djgpp\gnu\grep-2.51>sh autogen.sh
Why are you running autogen.sh? Doesn't grep 2.5.1 ship with Makefile.ins and
configure? AFAIK autogen.sh is used with CVS check-outs, to get started.
Perhaps you are regenerating configure, to get better DJGPP support?
> configure.in:13: warning: do not use m4_patsubst: use patsubst or
> m4_bpatsubst
> configure.in:82: warning: AC_CANONICAL_HOST invoked multiple times
> configure.in:82: warning: AC_CANONICAL_HOST invoked multiple times
> configure.in:144: warning: do not use m4_regexp: use regexp or m4_bregexp
> configure.in: `AM_INIT_AUTOMAKE' must be used
> automake: your implementation of AM_INIT_AUTOMAKE comes from an
> automake: old Automake version. You should recreate aclocal.m4
> automake: with aclocal and run automake again.
> configure.in: installing `./install-sh'
> configure.in: installing `./mkinstalldirs'
> configure.in: installing `./missing'
> automake: no `Makefile.am' found or specified
>
> Any advices?
Have you tried running aclocal, like this message suggests?
automake: your implementation of AM_INIT_AUTOMAKE comes from an
automake: old Automake version. You should recreate aclocal.m4
automake: with aclocal and run automake again.
You probably should run it something like this:
aclocal -I m4
Maybe autogen.sh already does this, if it runs autoreconf.
I'll probably download grep 2.5.1 sources sometime, to have a look.
Bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -