Menu

[r147]: / trunk / php-java-bridge / server / configure.gnu.in  Maximize  Restore  History

Download this file

15 lines (12 with data), 312 Bytes

#!/bin/sh

# create configure from the autotools and invoke
rm -rf autom4te.cache
aclocal
autoheader
autoconf
libtoolize -f
ln -s `which libtool` 2>/dev/null
automake -a --foreign 

ext="@EXTENSION_DIR@"
pld="@phplibdir@"
sh ./configure "$@" --with-extdir="$ext" --libdir="$pld" --datadir="$pld" --bindir="$pld"