On Thu, Nov 12, 2009 at 6:20 PM,  <wr...@apache.org> wrote:
> Author: wrowe
> Date: Thu Nov 12 23:20:20 2009
> New Revision: 835634
>
> URL: http://svn.apache.org/viewvc?rev=835634&view=rev
> Log:
> Fix expat libtool'ization (2.2.6) and allow buildconf --verbose'ity
>
> Modified:
>    apr/apr-util/branches/1.4.x/buildconf
>    apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh
>    apr/apr-util/branches/1.4.x/xml/expat/configure.in
>
> Modified: apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh
> URL: 
> http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh?rev=835634&r1=835633&r2=835634&view=diff
> ==============================================================================
> --- apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh (original)
> +++ apr/apr-util/branches/1.4.x/xml/expat/buildconf.sh Thu Nov 12 23:20:20 
> 2009

> @@ -42,12 +47,12 @@
>  cat $ltfile >> aclocal.m4
>
>  if [ -f ltsugar.m4 ]; then
> -  echo "Incorporating ltsugar.m4 into aclocal.m4 ..."
> -  cat ltsugar.m4 >> aclocal.m4
> +   rm -f conftools/ltsugar.m4
> +   mv ltsugar.m4 conftools/ltsugar.m4
>  fi
>
> -# Clean up again
> -rm -f libtool.m4 ltsugar.m4
> +# Clean up any leftovers
> +rm -f aclocal.m4 libtool.m4

removing aclocal.m4 is a killer for me with

- Solaris 10
- in-tree expat
- autoconf 2.61
- libtool 1.5.26
- automake 1.11

AC_PROG_LIBTOOL and AC_LIBTOOL_WIN32_DLL aren't found.

Find the discussions around r388605 too ;)

Reply via email to