Commit 012cb6d8 authored by Marc G. Fournier's avatar Marc G. Fournier

Search for ginstall before the other installs...

As requested by Dr. Andrew C.R. Martin
parent 441648d9
This diff is collapsed.
...@@ -259,7 +259,7 @@ dnl **************************************************************** ...@@ -259,7 +259,7 @@ dnl ****************************************************************
HAVECXX='HAVE_Cplusplus=false' HAVECXX='HAVE_Cplusplus=false'
AC_SUBST(HAVECXX) AC_SUBST(HAVECXX)
AC_PATH_PROGS(INSTALL, installbsd install bsdinst, NONE, $PATH) AC_PATH_PROGS(INSTALL, ginstall installbsd install bsdinst, NONE, $PATH)
if test $INSTALL = "NONE" if test $INSTALL = "NONE"
then then
echo "- No Install Script found - aborting." echo "- No Install Script found - aborting."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment