more doc reordering, links bug fix

This commit is contained in:
David MacKenzie 1994-08-28 22:40:40 +00:00
parent 697fe9e8d9
commit e02ead7e08
6 changed files with 1520 additions and 1204 deletions

View File

@ -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=[$]*

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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=[$]*

View File

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