diff options
author | Stu Grossman <grossman@cygnus> | 1997-01-23 22:09:52 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-01-23 22:09:52 +0000 |
commit | 295dbbe44c182edd4201672e6ed5eda9323cfdf4 (patch) | |
tree | d5d8db830d5d189d9fbcf8aeef7ebe42056e3e2e /sim/mn10300/configure.in | |
parent | 80b7b3a50c04a27c6d210e0c42658b3f77ff2f78 (diff) | |
download | gdb-295dbbe44c182edd4201672e6ed5eda9323cfdf4.zip gdb-295dbbe44c182edd4201672e6ed5eda9323cfdf4.tar.gz gdb-295dbbe44c182edd4201672e6ed5eda9323cfdf4.tar.bz2 |
* configure configure.in Makefile.in: Update to new configure
scheme which is more compatible with WinGDB builds.
* configure.in: Improve comment on how to run autoconf.
* configure: Re-run autoconf to get new ../common/aclocal.m4.
* Makefile.in: Use autoconf substitution to install common
makefile fragment.
Diffstat (limited to 'sim/mn10300/configure.in')
-rw-r--r-- | sim/mn10300/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/configure.in b/sim/mn10300/configure.in index b31f21c..f822c9e 100644 --- a/sim/mn10300/configure.in +++ b/sim/mn10300/configure.in @@ -1,4 +1,4 @@ -dnl Process this file with autoconf to produce a configure script. +dnl Process this file with `autoconf -l ../common' to produce a configure script. AC_PREREQ(2.5)dnl AC_INIT(Makefile.in) |