summaryrefslogtreecommitdiff
path: root/sim/README-HACKING
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-26 21:44:25 +0000
committerTom Tromey <tromey@redhat.com>1998-04-26 21:44:25 +0000
commitb29daf02875c7aeef921fb977d7fab21d63061d9 (patch)
treef294192361c714670d7e8081ad9f066e707f66ce /sim/README-HACKING
parent59fb3497509b0f02929ccbc0f8b748350dc8b788 (diff)
downloadbinutils-gdb-b29daf02875c7aeef921fb977d7fab21d63061d9.tar.gz
* Makefile.in (autoconf-common autoheader-common): Don't pass -l
to autoconf and autoheader.
Diffstat (limited to 'sim/README-HACKING')
-rw-r--r--sim/README-HACKING5
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/README-HACKING b/sim/README-HACKING
index 6f4cb2dcbb4..4ebef928f81 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: