* configure.in: Use 'install-sh -c'.
* configure: Regenerate.
This commit is contained in:
parent
4b2bb1425e
commit
ddb6762155
|
@ -1,3 +1,8 @@
|
||||||
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Use 'install-sh -c'.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* configure.in: Always use install-sh.
|
* configure.in: Always use install-sh.
|
||||||
|
|
|
@ -524,7 +524,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL=`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
|
||||||
|
|
|
@ -12,7 +12,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.12)dnl
|
AC_PREREQ(2.12)dnl
|
||||||
AC_INIT(cygserver.cc)
|
AC_INIT(cygserver.cc)
|
||||||
|
|
||||||
INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh -c`
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Use 'install-sh -c'.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* configure.in: Always use install-sh.
|
* configure.in: Always use install-sh.
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Use 'install-sh -c'.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
2003-07-25 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* configure.in: Always use install-sh.
|
* configure.in: Always use install-sh.
|
||||||
|
|
Loading…
Reference in New Issue