head 1.5; access; symbols; locks; strict; comment @# @; 1.5 date 2002.01.23.16.56.06; author ms; state dead; branches; next 1.4; 1.4 date 2002.01.17.15.47.10; author ms; state Exp; branches; next 1.3; 1.3 date 2002.01.10.20.05.34; author ms; state Exp; branches; next 1.2; 1.2 date 2002.01.10.10.29.37; author ms; state Exp; branches; next 1.1; 1.1 date 2002.01.08.15.47.11; author ms; state Exp; branches; next ; desc @@ 1.5 log @Remove autogen in favor of devtool. PR: Submitted by: Reviewed by: Approved by: Obtained from: @ text @#!/bin/sh # Test for libtool (grep "^AM_PROG_LIBTOOL" configure.in >/dev/null) && { (libtool --version) < /dev/null > /dev/null 2>&1 || { echo echo "Attenzione! You don't have \`libtool'." echo "You can get it from the GNU FTP site." DIE=1 NO_LIBTOOL=yes } } # Test for autoconf (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "Attenzione! You don't have \`autoconf'." echo "You can get it from the GNU FTP site." NO_AUTOCONF=yes DIE=1 } # Test for automake (automake --version) < /dev/null > /dev/null 2>&1 || { echo echo "Attenzione! You don't have \`automake'." echo "You can get it from the GNU FTP site." DIE=1 NO_AUTOMAKE=yes } # Don't test for aclocal if automake is not there test -n "$NO_AUTOMAKE" || (aclocal --version) < /dev/null > /dev/null 2>&1 || { echo echo "Attenzione! You don't have \`aclocal'." echo "Try updating your \`automake' to get it." NO_LIBTOOL=yes DIE=1 } if test "$DIE" -eq 1; then echo "Build configuration broken due to one ore more failures." echo "Exiting..." exit 1 fi # Run build tools if no errors were found libtoolize --force --copy --automake aclocal -I /usr/local/share/aclocal autoheader automake --add-missing --copy --gnu autoconf # Bonehead user instructions to finish up echo "To build this now, you need to do two more things." echo "First, type \`configure' to configure the program." echo "Then, type \`make' to compile the program." @ 1.4 log @Documentation and small configuration changes. PR: Submitted by: Reviewed by: Approved by: Obtained from: @ text @@ 1.3 log @Build configuration corrections and small cleanups. PR: Submitted by: Reviewed by: Approved by: Obtained from: @ text @d3 48 a50 1 aclocal d52 1 a52 1 automake --add-missing --gnu d54 5 @ 1.2 log @Build configuration adjustments. PR: Submitted by: Reviewed by: Approved by: Obtained from: @ text @d1 2 @ 1.1 log @Second birth of project OSSP rc. PR: Submitted by: Reviewed by: Approved by: Obtained from: @ text @d1 4 @