aboutsummaryrefslogtreecommitdiff
path: root/gas/aclocal.m4
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-08-31 21:50:38 +0000
committerKen Raeburn <raeburn@cygnus>1994-08-31 21:50:38 +0000
commitfb589130a864058ea2202886f752945234fabba2 (patch)
tree3b2cb424a6f4a95eb6499232b298a3013d12caa6 /gas/aclocal.m4
parent057815134f25d19307d6f6fb2a6956a9d52b719f (diff)
downloadgdb-fb589130a864058ea2202886f752945234fabba2.zip
gdb-fb589130a864058ea2202886f752945234fabba2.tar.gz
gdb-fb589130a864058ea2202886f752945234fabba2.tar.bz2
* Makefile.in (prefix, exec_prefix): Use @-subtitutions.
* aclocal.m4 (AC_OUTPUT_LINKS): Deleted redefinition, since autoconf 1.109 has this fixed. * configure.in: Don't change quote characters around AC_MSG_ERROR invocation. Don't use AC_HEADER_STDC, since it requires running a program. Cache NEED_*_DECLARATION values. * configure, conf.in: Regenerated with a modified autoconf 1.109.
Diffstat (limited to 'gas/aclocal.m4')
-rw-r--r--gas/aclocal.m432
1 files changed, 0 insertions, 32 deletions
diff --git a/gas/aclocal.m4 b/gas/aclocal.m4
index 7d614bd..bc7455d 100644
--- a/gas/aclocal.m4
+++ b/gas/aclocal.m4
@@ -1,36 +1,4 @@
dnl
-dnl The autoconf 1.107 version of this doesn't substitute variables
-dnl in the names of the links or their targets. This is a problem...
-dnl
-undefine([AC_OUTPUT_LINKS])dnl
-define(AC_OUTPUT_LINKS,
-[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=[$]*
-
- echo "linking ${ac_link} to ${srcdir}/${ac_file}"
-
- if test ! -r ${srcdir}/${ac_file}; then
- AC_MSG_ERROR(${srcdir}/${ac_file}: File not found)
- fi
- rm -f ${ac_link}
- # Make a symlink if possible; otherwise try a hard link.
- if ln -s ${srcdir}/${ac_file} ${ac_link} 2>/dev/null ||
- ln ${srcdir}/${ac_file} ${ac_link}; then :
- else
- AC_MSG_ERROR(can not link ${ac_link} to ${srcdir}/${ac_file})
- fi
-done
-])dnl
-dnl
dnl This ugly hack is needed because the Cygnus configure script won't
dnl tell us what CC is going to be, and "cc" isn't always right. (The
dnl top-level Makefile will always override anything we choose here, so