* Makefile.in (autoconf-common autoheader-common): Don't pass -l
authorTom Tromey <tromey@redhat.com>
Sun, 26 Apr 1998 21:44:25 +0000 (21:44 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 26 Apr 1998 21:44:25 +0000 (21:44 +0000)
to autoconf and autoheader.

sim/ChangeLog
sim/README-HACKING

index 3a44a63744daaa499b3a77428679edbe89b8f14a..cd238b93addfd31037fabd9c9b3fb7786d6e62d7 100644 (file)
@@ -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
index 6f4cb2dcbb485de9df6492936a564c65d8ec921e..4ebef928f811c3683fb07b1bc516d6f54d85fd0a 100644 (file)
@@ -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:
 
This page took 0.026445 seconds and 4 git commands to generate.