preliminary checkin
This commit is contained in:
parent
7f4773b3ef
commit
9ddd929f68
@ -38,8 +38,9 @@ datadir:=@datadir@
|
|||||||
infodir:=@infodir@
|
infodir:=@infodir@
|
||||||
includedir:=@includedir@
|
includedir:=@includedir@
|
||||||
|
|
||||||
INSTALL:=@INSTALL@
|
override INSTALL:=@INSTALL@
|
||||||
INSTALL_PROGRAM:=@INSTALL_PROGRAM@
|
override INSTALL_PROGRAM:=@INSTALL_PROGRAM@
|
||||||
|
override INSTALL_DATA:=@INSTALL_DATA@
|
||||||
|
|
||||||
#
|
#
|
||||||
# --enable options from configure
|
# --enable options from configure
|
||||||
@ -96,8 +97,6 @@ LDSCRIPT:=cygwin.sc
|
|||||||
#
|
#
|
||||||
include $(srcdir)/../Makefile.common
|
include $(srcdir)/../Makefile.common
|
||||||
|
|
||||||
INSTALL_DATA:=$(SHELL) $(updir1)/install-sh -c
|
|
||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
|
||||||
# Setup the testing framework, if you have one
|
# Setup the testing framework, if you have one
|
||||||
|
2
winsup/cygwin/configure
vendored
2
winsup/cygwin/configure
vendored
@ -533,7 +533,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
INSTALL=`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
|
||||||
|
|
||||||
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=`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@ bindir:=@bindir@
|
|||||||
etcdir:=$(exec_prefix)/etc
|
etcdir:=$(exec_prefix)/etc
|
||||||
program_transform_name:=@program_transform_name@
|
program_transform_name:=@program_transform_name@
|
||||||
|
|
||||||
INSTALL:=@INSTALL@
|
override INSTALL:=@INSTALL@
|
||||||
INSTALL_PROGRAM:=@INSTALL_PROGRAM@
|
override INSTALL_PROGRAM:=@INSTALL_PROGRAM@
|
||||||
INSTALL_DATA:=@INSTALL_DATA@
|
override INSTALL_DATA:=@INSTALL_DATA@
|
||||||
|
|
||||||
EXEEXT:=@EXEEXT@
|
EXEEXT:=@EXEEXT@
|
||||||
EXEEXT_FOR_BUILD:=@EXEEXT_FOR_BUILD@
|
EXEEXT_FOR_BUILD:=@EXEEXT_FOR_BUILD@
|
||||||
|
2
winsup/utils/configure
vendored
2
winsup/utils/configure
vendored
@ -951,7 +951,7 @@ if test "x$cross_compiling" = "xyes"; then
|
|||||||
fi
|
fi
|
||||||
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),
|
# 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=`cd $srcdir/../..; echo $(pwd)/install-sh`
|
INSTALL="/bin/sh "`cd $srcdir/../..; echo $(pwd)/install-sh`
|
||||||
|
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user