Steve Chamberlain
4347369fb1
* configure: fix various problems with propogating
makefile_target_frag in subdirs.
* configure.in: config libgcc if its there
35 years ago
K. Richard Pixley
3b6f914fb4
print Building message only when subdir != . AND verbose
35 years ago
K. Richard Pixley
a98e98d368
remove -s, rework -v to better accomodate guested configures
35 years ago
K. Richard Pixley
734e5c1a83
ooops.
35 years ago
Fred Fish
3a63a5f515
Test for nonexistance of files before trying to mv them.
35 years ago
K. Richard Pixley
53988f33e8
correct final line of config.status
35 years ago
K. Richard Pixley
86112802a9
configure: patch from eggert. Avoids a protection problem if the
original Makefile.in is read only.
35 years ago
K. Richard Pixley
196377eec6
configure: use move-if-change from gcc to create config.status. Some
makefiles depend on config.status to tell if a directory has been
reconfigured for a different host. This change prevents those
directories from remaking everything in the case where the reconfig
was only intended to rebuild a Makefile.
35 years ago
K. Richard Pixley
94c7ae212d
configure: test for config.sub with "config.sub sun4" rather than
"config.sub ${host_alias}". Otherwise we can't tell a bad host alias
from a missing config.sub.
35 years ago
K. Richard Pixley
9546e9b45c
correct makesrcdir when subdir is .
35 years ago
K. Richard Pixley
ee1dc1b77d
correction to makesrcdir for relative srcdir
35 years ago
Per Bothner
8becd045a3
* configure: Add support for 'subdirs' variable, which is
like 'configdirs', except that configure doesn't re-invoke
itself for subdirs, it just creates a Makefile for each subdir.
* configure.texi: Document subdirs.
35 years ago
K. Richard Pixley
0e693d0b0e
pass site_option to recursions
35 years ago
K. Richard Pixley
8fd24008f7
added check for conflicting configurations (srcdir vs not)
35 years ago
K. Richard Pixley
c9b0df66be
remove trailing slashes from srcdir so gdb-mode won't get cranky
35 years ago
K. Richard Pixley
c1e4672ca0
use relative paths for configure and srcdir when possible
35 years ago
K. Richard Pixley
bcdbe02f82
In configure{.in} {host|target}_makefile_frag should name a file
relative to srcdir. I think it now does. configure has been
corrected. configure.texi has been clarified.
35 years ago
K. Richard Pixley
3a07a6ace2
Optimized Makefile generation for a ~30% time win.
35 years ago
K. Richard Pixley
424f020272
Fix so that "guested" configure scripts work when using -srcdir.
35 years ago
K. Richard Pixley
46772bd112
reversed tense on a test -> case conversion
35 years ago
K. Richard Pixley
a98bbe5810
Converting "[ -n" and "[ -z" into case statements looks like a small
time penalty for modern shells which have "[" builtin. I've elected
to take it anyway as a compensation for older, slower shells.
35 years ago
K. Richard Pixley
eabe8479cf
support for subdirs, multiple hosts, and multiple targets was
previously commented out. This delta removes it entirely. This makes
a small time difference on cygint.
35 years ago
K. Richard Pixley
1922d8eb8d
Removing unnecessary ()'s doesn't seem to make any time difference on
cygint. I think modern shell's execute this internally without a call
to a separate shell process. I've left the change in anyway. It may
help on older, slower machines.
35 years ago
Jim Wilson
1395529c9d
Steve's version_path stuff bites the dust.
35 years ago
K. Richard Pixley
079399f6df
small changes to accomodate other versions of configure
35 years ago
K. Richard Pixley
53b28d354e
oops, but in last patch
35 years ago
K. Richard Pixley
e488e58118
Be less sensitive to spaces in Makefile.in. Kills bug #556 .
35 years ago
K. Richard Pixley
b940b7c22e
print version number nicely
35 years ago
K. Richard Pixley
0c72405d83
added -V for version number option
35 years ago
K. Richard Pixley
8f861f082d
removed -ansi and -languages options from configure, added
configure.texi (a work in progress), configure.man (a terse first
cut), build configure.info and install man page.
35 years ago
K. Richard Pixley
7da1d33424
find config.subr again
35 years ago
K. Richard Pixley
475576aef9
config.sub & config.subr merge
35 years ago
K. Richard Pixley
0e0643c7a6
* configure: \{1,2\} appears to be a sysv'ism. Use a different
regexp.
35 years ago
K. Richard Pixley
4d714963c5
Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Makefile.in: unwrapped some for loops so that parallel makes
work again and so one can focus one's attention on a particular
package.
Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* configure: added PWD as a stand in for `pwd` (for speed). use
elif wherever possible. make -srcdir work without -objdir.
-objdir= commented out.
Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* configure: +options become --options. -subdirs commented out.
added -host, -datadir. Renamed -destdir to -prefix. Comment in
Makefile now at top of generated Makefile. Removed cvs log
entries. added -srcdir. create .gdbinit only if there is one
in ${srcdir}.
* Makefile.in: idestdir and ddestdir go away. Added copyrights
and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
and mandir now keyed off datadir by default.
Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
* Freshly created ChangeLog.
35 years ago
Steve Chamberlain
7785cbdd0b
Passes down version_path for things which install themselves into
libsubdir.
35 years ago
Steve Chamberlain
ab71ab7b1f
The +noversion flag will make an installation happen to the machine/..
directory rather than the machine/version/.. directory.
Steve
35 years ago
K. Richard Pixley
3509822c48
allow +foo bar options. stolen from texinfo configure
35 years ago
K. Richard Pixley
3bb089aa0c
correct a comment
35 years ago
K. Richard Pixley
28f3b09449
new install theme
35 years ago
Steve Chamberlain
ee8f0bd734
More name changing
35 years ago
Heinz G. Seidl
ba04ec6e77
Allow for using tmake-sun4
35 years ago
K. Richard Pixley
c5ae567837
Makefiles should include the makefile frag names even if the makefile
frag doesn't exist in *this* directory. Otherwise we inherit the
variable setting from our parent Makefile.
35 years ago
K. Richard Pixley
5420feaa8e
* Die when sub-configure's do.
* get the makefile building message line correct.
* set -e
35 years ago
K. Richard Pixley
50ac10c17a
Backed out the "/bin/sh config.sub" change. Fails when config.sub was
on PATH.
35 years ago
K. Richard Pixley
dafcb8be38
Call config.sub as "/bin/sh config.sub" instead of directly. This
protects us from the case where config.sub isn't executable.
35 years ago
K. Richard Pixley
639665deb8
Another patch from jim.
35 years ago
Jim Wilson
bdb7313439
Fix bug in smake- file code.
35 years ago
K. Richard Pixley
49b10446f9
Use john's heuristic for finding ourselves. kinda like hare krishna.
35 years ago
K. Richard Pixley
7875b07ffa
Added +site=foo option for naming site specific Makefile fragments.
35 years ago
K. Richard Pixley
6f8ac2d9fb
Removed +f option. Used to stand for +forcesubdirs which is now
called +subdirs.
35 years ago