Home | History | Annotate | Download | only in strace

Lines Matching refs:INSTALL

336 # These are left unexpanded so users can "make install exec_prefix=/foo"
805 --prefix=PREFIX install architecture-independent files in PREFIX
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 By default, \`make install' will install all the files in
1322 if test -f $ac_dir/install-sh; then
1324 ac_install_sh="$ac_aux_dir/install-sh -c"
1326 elif test -f $ac_dir/install.sh; then
1328 ac_install_sh="$ac_aux_dir/install.sh -c"
1332 ac_install_sh="$ac_aux_dir/shtool install -c"
1337 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1338 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1345 # Find a good install program. We prefer a C program (faster),
1348 # SysV /etc/install, /usr/sbin/install
1349 # SunOS /usr/etc/install
1350 # IRIX /sbin/install
1351 # AIX /bin/install
1352 # AmigaOS /C/install, which installs bootblocks on floppy discs
1354 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1355 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1356 # OS/2's system install, which has a completely different semantic
1357 # ./install, which can be erroneously created by make from ./install.sh.
1358 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1359 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1360 if test -z "$INSTALL"; then
1373 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1376 # OSF1 and SCO ODT 3.0 have their own names for install.
1379 for ac_prog in ginstall scoinst install; do
1382 if test $ac_prog = install &&
1384 # AIX install. It has an incompatible calling convention.
1386 elif test $ac_prog = install &&
1388 # program-specific install script used by HP pwplus--don't use.
1404 INSTALL=$ac_cv_path_install
1407 # path for INSTALL within a source directory, because that will
1410 INSTALL=$ac_install_sh
1413 echo "$as_me:$LINENO: result: $INSTALL" >&5
1414 echo "${ECHO_T}$INSTALL" >&6
1418 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1420 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1422 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1502 # make install will fail,
1654 install_sh=${install_sh-"$am_aux_dir/install-sh"}
1657 # run `make install-strip'. However `strip' might not be the right
3570 # Find a good install program. We prefer a C program (faster),
3573 # SysV /etc/install, /usr/sbin/install
3574 # SunOS /usr/etc/install
3575 # IRIX /sbin/install
3576 # AIX /bin/install
3577 # AmigaOS /C/install, which installs bootblocks on floppy discs
3579 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3580 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3581 # OS/2's system install, which has a completely different semantic
3582 # ./install, which can be erroneously created by make from ./install.sh.
3583 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3584 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3585 if test -z "$INSTALL"; then
3598 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3601 # OSF1 and SCO ODT 3.0 have their own names for install.
3604 for ac_prog in ginstall scoinst install; do
3607 if test $ac_prog = install &&
3609 # AIX install. It has an incompatible calling convention.
3611 elif test $ac_prog = install &&
3613 # program-specific install script used by HP pwplus--don't use.
3629 INSTALL=$ac_cv_path_install
3632 # path for INSTALL within a source directory, because that will
3635 INSTALL=$ac_install_sh
3638 echo "$as_me:$LINENO: result: $INSTALL" >&5
3639 echo "${ECHO_T}$INSTALL" >&6
3643 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3645 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3647 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
8757 INSTALL="$INSTALL"
9073 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
9177 case $INSTALL in
9178 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
9179 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
9242 s,@INSTALL@,$ac_INSTALL,;t t