Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3E2ABA80.9C59AD0@phekda.freeserve.co.uk> Date: Sun, 19 Jan 2003 14:47:28 +0000 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.23 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: grep-2.51 build failure References: <3E281F96 DOT 501 AT mif DOT vu DOT lt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com 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/ ]