preliminary checkin

This commit is contained in:
Christopher Faylor
2003-07-26 00:10:48 +00:00
parent 7f4773b3ef
commit 9ddd929f68
6 changed files with 10 additions and 11 deletions

View File

@@ -18,9 +18,9 @@ bindir:=@bindir@
etcdir:=$(exec_prefix)/etc
program_transform_name:=@program_transform_name@
INSTALL:=@INSTALL@
INSTALL_PROGRAM:=@INSTALL_PROGRAM@
INSTALL_DATA:=@INSTALL_DATA@
override INSTALL:=@INSTALL@
override INSTALL_PROGRAM:=@INSTALL_PROGRAM@
override INSTALL_DATA:=@INSTALL_DATA@
EXEEXT:=@EXEEXT@
EXEEXT_FOR_BUILD:=@EXEEXT_FOR_BUILD@

View File

@@ -951,7 +951,7 @@ if test "x$cross_compiling" = "xyes"; then
fi
fi
INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or

View File

@@ -83,7 +83,7 @@ if test "x$cross_compiling" = "xyes"; then
fi
fi
INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
AC_PROG_INSTALL