mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
more doc reordering, links bug fix
This commit is contained in:
parent
697fe9e8d9
commit
e02ead7e08
10
acgeneral.m4
10
acgeneral.m4
@ -1658,10 +1658,18 @@ fi; done
|
||||
|
||||
])dnl
|
||||
dnl
|
||||
dnl This is a subroutine of AC_OUTPUT. It is called inside a quoted
|
||||
dnl here document whose contents are going into config.status.
|
||||
dnl AC_OUTPUT_LINKS(DEST..., SOURCE...)
|
||||
AC_DEFUN(AC_OUTPUT_LINKS,
|
||||
[ac_links="$1"
|
||||
[EOF
|
||||
|
||||
cat >> ${CONFIG_STATUS} <<EOF
|
||||
ac_links="$1"
|
||||
ac_files="$2"
|
||||
EOF
|
||||
|
||||
cat >> ${CONFIG_STATUS} <<\EOF
|
||||
while test -n "${ac_files}"; do
|
||||
set ${ac_links}; ac_link=[$]1; shift; ac_links=[$]*
|
||||
set ${ac_files}; ac_file=[$]1; shift; ac_files=[$]*
|
||||
|
@ -358,6 +358,10 @@ fi
|
||||
AC_SUBST(LN_S)dnl
|
||||
])dnl
|
||||
dnl
|
||||
AC_DEFUN(AC_RSH,
|
||||
[errprint([$0] has been removed; replace it with equivalent code
|
||||
)m4exit(4)])dnl
|
||||
dnl
|
||||
dnl
|
||||
dnl ### Checks for header files
|
||||
dnl
|
||||
@ -1346,6 +1350,10 @@ if test $ac_cv_c_const = no; then
|
||||
fi
|
||||
])dnl
|
||||
dnl
|
||||
AC_DEFUN(AC_ARG_ARRAY,
|
||||
[errprint([$0] has been removed; don't do unportable things with arguments
|
||||
)m4exit(4)])dnl
|
||||
dnl
|
||||
dnl
|
||||
dnl ### Checks for operating system services
|
||||
dnl
|
||||
@ -1369,6 +1377,10 @@ rm -f conftest])dnl
|
||||
AC_MSG_RESULT($ac_cv_sys_interpreter)
|
||||
])dnl
|
||||
dnl
|
||||
AC_DEFUN(AC_HAVE_POUNDBANG,
|
||||
[errprint([$0 has been replaced by AC_SYS_INTERPRETER, taking no arguments
|
||||
])m4exit(4)])dnl
|
||||
dnl
|
||||
AC_DEFUN(AC_SYS_LONG_FILE_NAMES,
|
||||
[AC_MSG_CHECKING(for long file names)
|
||||
AC_CACHE_VAL(ac_cv_sys_long_file_names,
|
||||
|
1340
autoconf.texi
1340
autoconf.texi
File diff suppressed because it is too large
Load Diff
1340
doc/autoconf.texi
1340
doc/autoconf.texi
File diff suppressed because it is too large
Load Diff
@ -1658,10 +1658,18 @@ fi; done
|
||||
|
||||
])dnl
|
||||
dnl
|
||||
dnl This is a subroutine of AC_OUTPUT. It is called inside a quoted
|
||||
dnl here document whose contents are going into config.status.
|
||||
dnl AC_OUTPUT_LINKS(DEST..., SOURCE...)
|
||||
AC_DEFUN(AC_OUTPUT_LINKS,
|
||||
[ac_links="$1"
|
||||
[EOF
|
||||
|
||||
cat >> ${CONFIG_STATUS} <<EOF
|
||||
ac_links="$1"
|
||||
ac_files="$2"
|
||||
EOF
|
||||
|
||||
cat >> ${CONFIG_STATUS} <<\EOF
|
||||
while test -n "${ac_files}"; do
|
||||
set ${ac_links}; ac_link=[$]1; shift; ac_links=[$]*
|
||||
set ${ac_files}; ac_file=[$]1; shift; ac_files=[$]*
|
||||
|
@ -358,6 +358,10 @@ fi
|
||||
AC_SUBST(LN_S)dnl
|
||||
])dnl
|
||||
dnl
|
||||
AC_DEFUN(AC_RSH,
|
||||
[errprint([$0] has been removed; replace it with equivalent code
|
||||
)m4exit(4)])dnl
|
||||
dnl
|
||||
dnl
|
||||
dnl ### Checks for header files
|
||||
dnl
|
||||
@ -1346,6 +1350,10 @@ if test $ac_cv_c_const = no; then
|
||||
fi
|
||||
])dnl
|
||||
dnl
|
||||
AC_DEFUN(AC_ARG_ARRAY,
|
||||
[errprint([$0] has been removed; don't do unportable things with arguments
|
||||
)m4exit(4)])dnl
|
||||
dnl
|
||||
dnl
|
||||
dnl ### Checks for operating system services
|
||||
dnl
|
||||
@ -1369,6 +1377,10 @@ rm -f conftest])dnl
|
||||
AC_MSG_RESULT($ac_cv_sys_interpreter)
|
||||
])dnl
|
||||
dnl
|
||||
AC_DEFUN(AC_HAVE_POUNDBANG,
|
||||
[errprint([$0 has been replaced by AC_SYS_INTERPRETER, taking no arguments
|
||||
])m4exit(4)])dnl
|
||||
dnl
|
||||
AC_DEFUN(AC_SYS_LONG_FILE_NAMES,
|
||||
[AC_MSG_CHECKING(for long file names)
|
||||
AC_CACHE_VAL(ac_cv_sys_long_file_names,
|
||||
|
Loading…
Reference in New Issue
Block a user