mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
If the user's login shell is something crazy like, oooh,
/bin/tcsh, trying to execute bourne shell helper scripts with the `$SHELL /path/to/helper $helper_flags' idiom incase the execute bits were lost by say, eeer, cvs, is gonna blow up in our faces. This changeset tries to save these people from their shells^H^H^H^H^H^H^H^H^Hmselves :-> * tests/defs.m4sh (SHELL): Move definition from here... * config/general.m4sh (SHELL): ...to here.
This commit is contained in:
parent
84bd17d1f9
commit
28f3a396d6
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2004-11-23 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
If the user's login shell is something crazy like, oooh,
|
||||
/bin/tcsh, trying to execute bourne shell helper scripts with
|
||||
the `$SHELL /path/to/helper $helper_flags' idiom incase the
|
||||
execute bits were lost by say, eeer, cvs, is gonna blow up in
|
||||
our faces. This changeset tries to save these people from
|
||||
their shells^H^H^H^H^H^H^H^H^Hmselves :->
|
||||
|
||||
* tests/defs.m4sh (SHELL): Move definition from here...
|
||||
* config/general.m4sh (SHELL): ...to here.
|
||||
|
||||
2004-11-23 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
The ltdl.h header is the published interface to libltdl, and
|
||||
|
@ -36,6 +36,7 @@ m4_if([# general.m4sh -- general shell script boiler plate -*- Autoconf -*-
|
||||
: ${MV="mv -f"}
|
||||
: ${RM="rm -f"}
|
||||
: ${SED="@SED@"}
|
||||
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
|
||||
: ${Xsed="$SED -e s/^X//"}
|
||||
|
||||
# Global variables:
|
||||
|
@ -32,7 +32,6 @@ m4_include([general.m4sh])
|
||||
|
||||
: ${AUTOCONF="autoconf"}
|
||||
: ${LIBTOOL="../libtool"}
|
||||
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
|
||||
|
||||
# Sed that helps us avoid accidentally triggering echo(1) options like -n.
|
||||
Xsed="$SED -e s/^X//"
|
||||
|
Loading…
Reference in New Issue
Block a user