#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.57 1999/07/20 02:42:19 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.58 1999/09/09 19:39:00 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
USE_TK= @USE_TK@
USE_PERL= @USE_PERL@
+PERL=perl
#
# enable native odbc driver support
echo "Then run $0 again."
exit 1
fi
-indent -st -npro /dev/null 2>&1
-if [ "$?" -ne 0 ]
+indent --version /dev/null 2>&1
+if [ "$?" -eq 0 ]
then echo "You do not appear to have 'indent' installed on your system." >&2
exit 1
fi