[Threads-list] Instructions on how to compile with a different autoconf
Brought to you by:
hanseno
From: <orn...@sw...> - 2003-02-28 13:23:45
|
To compile with a bleeding edge, automake and friends. The following will= =20 work, as tested. Remove aclocal.m4 and acinclude.m4 Copy (or link) the following from your libtool distribution: config.guess, config.sub, ltmain.sh Rename configure.in to configure.ac, and replace the AC_INIT macro with th= e=20 folowing definition: AC_INIT([C++Threads],[4.0a],[http://sourceforge.net/tracker/?group_id=3D357= 5&atid=3D103575]) You may need to run 'automake -f' separately, but otherwise running=20 autogen.sh and then configureing and compiling will compile, with some=20 messages that can be ignored so far. =D6rn |