autogen.sh build preparation script by Christopher Sean Morrison
POSIX shell script, BSD style license, copyright 2005-2006
IriX64@FthrNtr /home/FthrNtr/brlcad-7.8.4
$ ./autogen.sh --verbose
Verbose output enabled
Checking autoconf version: autoconf --version
Found GNU Autoconf version 2.61
Checking automake version: automake --version
Found GNU Automake version 1.8.5
Checking autoreconf version: autoreconf --version
Checking libtoolize version: libtoolize --version
Found GNU Libtool version 1.5.23
Checking aclocal version: aclocal --version
Checking autoheader version: autoheader --version
Checking whether to only output version information
Detected auxillary directory: misc
cp -pf COPYING "misc/COPYING.backup"
cp -pf INSTALL "misc/INSTALL.backup"
mv -f "misc/config.guess" "misc/config.guess.backup"
mv -f "misc/config.sub" "misc/config.sub.backup"
mv -f "misc/ltmain.sh" "misc/ltmain.sh.backup"
Found extra aclocal search directory: m4
Found an autom4te.cache directory, deleting it
rm -rf autom4te.cache
Automatically preparing build ... autoreconf -I m4 -i -f
/usr/share/aclocal/pstoedit.m4:7: warning: underquoted definition of AM_PATH_PST
OEDIT
run info '(automake1.8)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSM
I
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_L
IBMCRYPT
/usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of AM_PATH_CPPU
NIT
Putting files in AC_CONFIG_AUX_DIR, `misc'.
/usr/share/aclocal/pstoedit.m4:7: warning: underquoted definition of AM_PATH_PST
OEDIT
run info '(automake1.8)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSM
I
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_L
IBMCRYPT
/usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of AM_PATH_CPPU
NIT
Restoring INSTALL from backup (automake -f likely clobbered it)
cp -pf "misc/INSTALL.backup" "INSTALL"
done
The BRL-CAD build system is now prepared. To build here, run:
./configure
make
IriX64@FthrNtr /home/FthrNtr/brlcad-7.8.4
$