5 if test -f bootstrap.cfg
; then
14 # On some environments (Darwin Ports), libtoolize is glibtoolize.
15 # I suppose their autoreconf is adjusted accordingly, but I use
16 # my custom Autoconf...
17 for lt
in "$LIBTOOLIZE" libtoolize glibtoolize
19 if ($lt --version) >/dev
/null
2>&1; then
20 export LIBTOOLIZE
="$lt"
32 # If the pseudo-standard name "_build" is used, then how about trying
33 # to continue the re-build?
34 if test -f _build
/config.status
; then
36 .
/config.status
--recheck