3 echo Running libtoolize...
4 libtoolize
--automake -c -f
6 CONFIG_RPATH
=/usr
/share
/gettext
/config.rpath
7 if ! [ -f $CONFIG_RPATH ]; then
8 CONFIG_RPATH
=/usr
/local
/share
/gettext
/config.rpath
10 if ! [ -f $CONFIG_RPATH ]; then
11 if [ -f config.rpath
]; then
14 echo "config.rpath not found!" >&2
18 if ! [ -z "$CONFIG_RPATH" ]; then
22 if test ! -z "`which autoreconf`"; then
23 echo Running autoreconf...
26 echo Running aclocal...
28 echo Running autoheader...
30 echo Running autoconf...
32 echo Running automake...
35 echo Entering directory
: kernel
37 echo Running autoheader...
39 echo Running autoconf...
44 rm -f config.cache config.status
45 echo "To compile run './configure', and then 'make'."