Re: [Plib-devel] Updated configure script in CVS
Brought to you by:
sjbaker
From: Sebastian U. <ud...@ha...> - 2002-08-31 13:48:16
|
On Sat, 31 Aug 2002, jul...@bt... (Julian Foad) wrote: > Date: Sat, 31 Aug 2002 01:15:02 +0100 > To: pli...@li... > From: jul...@bt... (Julian Foad) > Reply-To: pli...@li... > Subject: Re: [Plib-devel] Updated configure script in CVS [...] > The "AC_MSG_NOTICE(...)" at the end of configure.in is not valid with > autoconf 2.13: > > $ ./autogen.sh > Running aclocal > Running automake > Running autoconf > autoconf: Undefined macros: > configure.in:399:AC_MSG_NOTICE( > ====================================== > Now you are ready to run './configure' > ====================================== > > This leads on to an error when running "configure": here are the last > few lines of its output: [...] > Perhaps you can use plain "echo" (or possibly an older message-printing > macro like AC_MSG_RESULT) instead. Patch attached. Tested on CygWin > with autoconf versions 2.13 and 2.53. > > - Julian Thanks for the report, Julian ! I replaced the AC_MSG_NOTICE by AC_MSG_RESULT in CVS. - Sebastian |