On 27/2/06 21:00, "OpenMacNews" <[EMAIL PROTECTED]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
> 
>> Hmm, OK. Well, I¹ve been playing with autoreconf, and having eventually
>> figured out how to get it to run automake in ?-foreign mode, I¹m now stuck
>> with it complaining about the macro I queried in the first place:
>> 
>> raptor:~/pgadmin3 dpage$ sh bootstrap
>> configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
>>       If this token and others are legitimate, please use m4_pattern_allow.
>>       See the Autoconf documentation.
>> autoreconf: /opt/local/bin/autoconf failed with exit status: 1
>> 
>> I also have upgraded autoconf/automake ­ 2.59 and 1.9.6 respectively. Any
>> ideas? I¹m a tad short of time to investigate atm.
> 
> as i don't have your script/changes available, i'll venture a guess --

Sorry - added:

AC_PROG_LIBTOOL

To configure.ac.in, and

AUTOMAKE_OPTIONS = foreign

To Makefile.am. Then changed the bootstrap script to call autoreconf -i
instead of each individual script.

> last i saw this was a few version of libtool ago ... don't remember
> specifically which.
> 
> what version of libtool are you running?
> 
> again, mine is:
> 
> % glibtool --version
>   ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)

I just upgraded to:

raptor:~/pgadmin3 dpage$ glibtool --version
ltmain.sh (GNU libtool) 1.5 (1.1220.2.1 2003/04/14 22:48:00)

Now though, I get: 

raptor:~/pgadmin3 dpage$ sh bootstrap
+ '[' -x config ']'
+ autoreconf -i
Can't exec "libtoolize": No such file or directory at
/opt/local/share/autoconf/Autom4te/FileUtils.pm line 288, <GEN3> line 4.
autoreconf: failed to run libtoolize: No such file or directory

:-(

/D


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to