* Makefile.in (autoconf-common autoheader-common): Don't pass -l

to autoconf and autoheader.
This commit is contained in:
Tom Tromey 1998-04-26 21:44:25 +00:00
parent 59fb349750
commit b29daf0287
2 changed files with 7 additions and 3 deletions

View 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

View 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: