diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-26 21:44:25 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-26 21:44:25 +0000 |
commit | b29daf02875c7aeef921fb977d7fab21d63061d9 (patch) | |
tree | f294192361c714670d7e8081ad9f066e707f66ce | |
parent | 59fb3497509b0f02929ccbc0f8b748350dc8b788 (diff) | |
download | fsf-binutils-gdb-b29daf02875c7aeef921fb977d7fab21d63061d9.zip fsf-binutils-gdb-b29daf02875c7aeef921fb977d7fab21d63061d9.tar.gz fsf-binutils-gdb-b29daf02875c7aeef921fb977d7fab21d63061d9.tar.bz2 |
* Makefile.in (autoconf-common autoheader-common): Don't pass -l
to autoconf and autoheader.
-rw-r--r-- | sim/ChangeLog | 5 | ||||
-rw-r--r-- | sim/README-HACKING | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 3a44a63..cd238b9 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +Sun Apr 26 15:21:01 1998 Tom Tromey <tromey@cygnus.com> + + * Makefile.in (autoconf-common autoheader-common): Don't pass -l + to autoconf and autoheader. + Fri Apr 24 11:14:13 1998 Tom Tromey <tromey@cygnus.com> * Makefile.in (autoconf-common autoheader-common): Pass `-l diff --git a/sim/README-HACKING b/sim/README-HACKING index 6f4cb2d..4ebef92 100644 --- a/sim/README-HACKING +++ b/sim/README-HACKING @@ -128,9 +128,8 @@ are greppable and appear in the TAGS file. Generating "configure" files ============================ -For target's using the common framework, "configure" can be generated -by running `autoconf -l ../common'. This will ensure that the -qaclocal.m4 from the `common' directory is found. +For targets using the common framework, "configure" can be generated +by running `autoconf'. To regenerate the configure files for all targets using the common framework: |