preliminary checkin
This commit is contained in:
parent
9ddd929f68
commit
5ed664d4a6
|
@ -533,7 +533,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c`
|
||||||
|
|
||||||
ac_aux_dir=
|
ac_aux_dir=
|
||||||
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
|
||||||
|
|
|
@ -13,7 +13,7 @@ AC_PREREQ(2.12)dnl
|
||||||
AC_INIT(init.cc)
|
AC_INIT(init.cc)
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c`
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
|
@ -951,7 +951,7 @@ if test "x$cross_compiling" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c`
|
||||||
|
|
||||||
# Find a good install program. We prefer a C program (faster),
|
# Find a good install program. We prefer a C program (faster),
|
||||||
# so one script is as good as another. But avoid the broken or
|
# so one script is as good as another. But avoid the broken or
|
||||||
|
|
|
@ -83,7 +83,7 @@ if test "x$cross_compiling" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh -c`
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue