Hi,

setting up the apr 1.3.x branch with ./buildconf deletes config.guess
and config.sub which breaks the configure step.

1.3.x-build hauner$ ../1.3.x/configure
configure: error: cannot run /bin/sh ../1.3.x/build/config.sub

I guess ./buildconf should not delete them...  any idea what's going
wrong here?


1.3.x hauner$ svn info
Path: .
URL: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 940254
Node Kind: directory
Schedule: normal
Last Changed Author: wrowe
Last Changed Rev: 929799
Last Changed Date: 2010-04-01 05:42:22 +0200 (Thu, 01 Apr 2010)

1.3.x hauner$ ./buildconf
buildconf: checking installation...
buildconf: python version 2.6.1 (ok)
buildconf: autoconf version 2.61 (ok)
buildconf: libtool version 2.2.4 (ok)
buildconf: copying libtool helper files using /usr/bin/glibtoolize
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build'.
glibtoolize: copying file `build/ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `build'.
glibtoolize: copying file `build/libtool.m4'
glibtoolize: copying file `build/ltoptions.m4'
glibtoolize: copying file `build/ltsugar.m4'
glibtoolize: copying file `build/ltversion.m4'
glibtoolize: copying file `build/lt~obsolete.m4'
glibtoolize: Consider adding `-I build' to ACLOCAL_AMFLAGS in Makefile.am.
glibtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'
buildconf: creating include/arch/unix/apr_private.h.in ...
buildconf: creating configure ...
buildconf: generating 'make' outputs ...
buildconf: rebuilding rpm spec file

1.3.x hauner$ svn st
!       build/config.guess
!       build/config.sub

1.3.x hauner$ svn up
Restored 'build/config.guess'
Restored 'build/config.sub'
At revision 940254.


I'm running MacOSX 10.6.3 & XCode 3.2.2.

--
Martin


Reply via email to