configure.ac (c1d0fc05) configure.ac (2a718e4f)
1dnl /******************************************************************
2dnl * vi:set sw=3 ts=3 et:
3dnl *
4dnl * Name: configure.in
5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
6dnl * Date: $Date: 2008-09-08 07:38:40 $
7dnl *
8dnl * Desc: This file serves as input for the GNU autoconf package

--- 870 unchanged lines hidden (view full) ---

879echo "* Checking the platform pre-requisites. *"
880echo "* *"
881echo "********************************************************************"
882echo ""
883dnl ===================================================================
884dnl Configure pre-requisites.
885dnl ===================================================================
886cat /dev/null > warn
1dnl /******************************************************************
2dnl * vi:set sw=3 ts=3 et:
3dnl *
4dnl * Name: configure.in
5dnl * Auth: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems Ireland
6dnl * Date: $Date: 2008-09-08 07:38:40 $
7dnl *
8dnl * Desc: This file serves as input for the GNU autoconf package

--- 870 unchanged lines hidden (view full) ---

879echo "* Checking the platform pre-requisites. *"
880echo "* *"
881echo "********************************************************************"
882echo ""
883dnl ===================================================================
884dnl Configure pre-requisites.
885dnl ===================================================================
886cat /dev/null > warn
887
888AC_MSG_CHECKING([configure is up-to-date])
889if test "configure" -ot "configure.in"
890then
891 AC_MSG_ERROR([configure is not up-to-date, run autoconf first!])
892fi
893
887AC_PROG_EGREP
888AC_PROG_AWK
889AC_PATH_PROG( AWK, $AWK)
890if test -z "$AWK"; then
891 AC_MSG_ERROR([install awk to run this script])
892fi
893
894AC_PATH_PROGS(SED, sed )

--- 6487 unchanged lines hidden ---
894AC_PROG_EGREP
895AC_PROG_AWK
896AC_PATH_PROG( AWK, $AWK)
897if test -z "$AWK"; then
898 AC_MSG_ERROR([install awk to run this script])
899fi
900
901AC_PATH_PROGS(SED, sed )

--- 6487 unchanged lines hidden ---