mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-31 15:00:26 +08:00
Formerly autoconf.sh.~17~
This commit is contained in:
parent
f2ed531a76
commit
683145e483
@ -20,12 +20,15 @@
|
||||
# With one arg, create a configure script on standard output from
|
||||
# the given template file.
|
||||
|
||||
# NLS nuisances.
|
||||
LANG=C; LC_ALL=C; export LANG; export LC_ALL;
|
||||
|
||||
usage="Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
|
||||
[-v] [--version] [template-file]"
|
||||
|
||||
# NLS nuisances.
|
||||
# These must not be set unconditionally because not all systems understand
|
||||
# e.g. LANG=C (notably SCO).
|
||||
if test "${LC_ALL+set}" = 'set' ; then LC_ALL=C; export LC_ALL; fi
|
||||
if test "${LANG+set}" = 'set' ; then LANG=C; export LANG; fi
|
||||
|
||||
test -z "${AC_MACRODIR}" && AC_MACRODIR=@datadir@
|
||||
test -z "${M4}" && M4=@M4@
|
||||
|
||||
|
@ -20,12 +20,15 @@
|
||||
# With one arg, create a configure script on standard output from
|
||||
# the given template file.
|
||||
|
||||
# NLS nuisances.
|
||||
LANG=C; LC_ALL=C; export LANG; export LC_ALL;
|
||||
|
||||
usage="Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
|
||||
[-v] [--version] [template-file]"
|
||||
|
||||
# NLS nuisances.
|
||||
# These must not be set unconditionally because not all systems understand
|
||||
# e.g. LANG=C (notably SCO).
|
||||
if test "${LC_ALL+set}" = 'set' ; then LC_ALL=C; export LC_ALL; fi
|
||||
if test "${LANG+set}" = 'set' ; then LANG=C; export LANG; fi
|
||||
|
||||
test -z "${AC_MACRODIR}" && AC_MACRODIR=@datadir@
|
||||
test -z "${M4}" && M4=@M4@
|
||||
|
||||
|
@ -20,12 +20,15 @@
|
||||
# With one arg, create a configure script on standard output from
|
||||
# the given template file.
|
||||
|
||||
# NLS nuisances.
|
||||
LANG=C; LC_ALL=C; export LANG; export LC_ALL;
|
||||
|
||||
usage="Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
|
||||
[-v] [--version] [template-file]"
|
||||
|
||||
# NLS nuisances.
|
||||
# These must not be set unconditionally because not all systems understand
|
||||
# e.g. LANG=C (notably SCO).
|
||||
if test "${LC_ALL+set}" = 'set' ; then LC_ALL=C; export LC_ALL; fi
|
||||
if test "${LANG+set}" = 'set' ; then LANG=C; export LANG; fi
|
||||
|
||||
test -z "${AC_MACRODIR}" && AC_MACRODIR=@datadir@
|
||||
test -z "${M4}" && M4=@M4@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user