aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-09-13 05:54:13 +0000
committerKen Raeburn <raeburn@cygnus>1994-09-13 05:54:13 +0000
commite23b25eccd45b0fe76b6e75a426cbe3de940421a (patch)
treeb224609220067aa553f952267de0ee1cc3b1d340 /gas/configure.in
parent7e9825f0b7e91c329a8cc5d078322e6eb4bf573a (diff)
downloadgdb-e23b25eccd45b0fe76b6e75a426cbe3de940421a.zip
gdb-e23b25eccd45b0fe76b6e75a426cbe3de940421a.tar.gz
gdb-e23b25eccd45b0fe76b6e75a426cbe3de940421a.tar.bz2
Generate .gdbinit file:
* aclocal.m4 (GAS_GDBINIT): New macro. * configure.in: Use it. * configure: Regenerated. (using autoconf-1.117)
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 6bf0728..55e3650 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -348,6 +348,8 @@ GAS_CHECK_DECL_NEEDED(errno, f, int f, [
AC_CONFIG_SUBDIRS(testsuite)
+GAS_GDBINIT
+
dnl This must come last.
dnl Apparently symlinks are checked for in the directory containing
dnl the last Makefile. Thus the order used here...