Formerly autoconf.sh.~17~

This commit is contained in:
Noah Friedman 1993-06-24 19:57:01 +00:00
parent f2ed531a76
commit 683145e483
3 changed files with 18 additions and 9 deletions

View File

@ -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@

View File

@ -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@

View File

@ -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@