summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* * configure: fix various problems with propogatingSteve Chamberlain1992-06-231-18/+29
| | | | | makefile_target_frag in subdirs. * configure.in: config libgcc if its there
* print Building message only when subdir != . AND verboseK. Richard Pixley1992-05-081-1/+4
|
* remove -s, rework -v to better accomodate guested configuresK. Richard Pixley1992-05-081-55/+33
|
* ooops.K. Richard Pixley1992-04-231-3/+3
|
* Test for nonexistance of files before trying to mv them.Fred Fish1992-04-221-2/+6
|
* correct final line of config.statusK. Richard Pixley1992-04-211-1/+3
|
* configure: patch from eggert. Avoids a protection problem if theK. Richard Pixley1992-04-211-1/+5
| | | | original Makefile.in is read only.
* configure: use move-if-change from gcc to create config.status. SomeK. Richard Pixley1992-04-211-4/+17
| | | | | | | 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.
* configure: test for config.sub with "config.sub sun4" rather thanK. Richard Pixley1992-04-211-1/+2
| | | | | "config.sub ${host_alias}". Otherwise we can't tell a bad host alias from a missing config.sub.
* correct makesrcdir when subdir is .K. Richard Pixley1992-04-211-1/+5
|
* correction to makesrcdir for relative srcdirK. Richard Pixley1992-04-161-1/+4
|
* * configure: Add support for 'subdirs' variable, which isPer Bothner1992-04-141-157/+215
| | | | | | like 'configdirs', except that configure doesn't re-invoke itself for subdirs, it just creates a Makefile for each subdir. * configure.texi: Document subdirs.
* pass site_option to recursionsK. Richard Pixley1992-03-251-4/+7
|
* added check for conflicting configurations (srcdir vs not)K. Richard Pixley1992-03-111-9/+19
|
* remove trailing slashes from srcdir so gdb-mode won't get crankyK. Richard Pixley1992-03-111-2/+7
|
* use relative paths for configure and srcdir when possibleK. Richard Pixley1992-03-111-338/+324
|
* In configure{.in} {host|target}_makefile_frag should name a fileK. Richard Pixley1992-02-081-8/+14
| | | | | relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified.
* Optimized Makefile generation for a ~30% time win.K. Richard Pixley1992-02-071-119/+98
|
* Fix so that "guested" configure scripts work when using -srcdir.K. Richard Pixley1992-02-071-6/+12
|
* reversed tense on a test -> case conversionK. Richard Pixley1992-02-061-2/+2
|
* Converting "[ -n" and "[ -z" into case statements looks like a smallK. Richard Pixley1992-02-061-82/+138
| | | | | time penalty for modern shells which have "[" builtin. I've elected to take it anyway as a compensation for older, slower shells.
* support for subdirs, multiple hosts, and multiple targets wasK. Richard Pixley1992-02-061-129/+0
| | | | | previously commented out. This delta removes it entirely. This makes a small time difference on cygint.
* Removing unnecessary ()'s doesn't seem to make any time difference onK. Richard Pixley1992-02-061-26/+24
| | | | | | 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.
* Steve's version_path stuff bites the dust.Jim Wilson1992-01-281-10/+1
|
* small changes to accomodate other versions of configureK. Richard Pixley1991-12-281-3/+7
|
* oops, but in last patchK. Richard Pixley1991-12-281-1/+1
|
* Be less sensitive to spaces in Makefile.in. Kills bug #556.K. Richard Pixley1991-12-281-5/+5
|
* print version number nicelyK. Richard Pixley1991-12-191-1/+1
|
* added -V for version number optionK. Richard Pixley1991-12-191-6/+11
|
* removed -ansi and -languages options from configure, addedK. Richard Pixley1991-12-131-11/+0
| | | | | configure.texi (a work in progress), configure.man (a terse first cut), build configure.info and install man page.
* find config.subr againK. Richard Pixley1991-12-131-9/+9
|
* config.sub & config.subr mergeK. Richard Pixley1991-12-121-7/+7
|
* * configure: \{1,2\} appears to be a sysv'ism. Use a differentK. Richard Pixley1991-12-071-10/+10
| | | | regexp.
* Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1991-12-071-414/+394
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Passes down version_path for things which install themselves intoSteve Chamberlain1991-11-131-4/+9
| | | | libsubdir.
* The +noversion flag will make an installation happen to the machine/..Steve Chamberlain1991-11-131-2/+11
| | | | | | directory rather than the machine/version/.. directory. Steve
* allow +foo bar options. stolen from texinfo configureK. Richard Pixley1991-11-121-78/+131
|
* correct a commentK. Richard Pixley1991-11-091-3/+12
|
* new install themeK. Richard Pixley1991-11-011-25/+52
|
* More name changingSteve Chamberlain1991-10-251-12/+33
|
* Allow for using tmake-sun4Heinz G. Seidl1991-10-241-2/+13
|
* Makefiles should include the makefile frag names even if the makefileK. Richard Pixley1991-10-231-56/+74
| | | | | frag doesn't exist in *this* directory. Otherwise we inherit the variable setting from our parent Makefile.
* * Die when sub-configure's do.K. Richard Pixley1991-10-101-9/+24
| | | | | * get the makefile building message line correct. * set -e
* Backed out the "/bin/sh config.sub" change. Fails when config.sub wasK. Richard Pixley1991-10-101-3/+7
| | | | on PATH.
* Call config.sub as "/bin/sh config.sub" instead of directly. ThisK. Richard Pixley1991-10-101-3/+7
| | | | protects us from the case where config.sub isn't executable.
* Another patch from jim.K. Richard Pixley1991-10-091-2/+7
|
* Fix bug in smake- file code.Jim Wilson1991-10-081-12/+14
|
* Use john's heuristic for finding ourselves. kinda like hare krishna.K. Richard Pixley1991-10-041-40/+121
|
* Added +site=foo option for naming site specific Makefile fragments.K. Richard Pixley1991-10-021-8/+34
|
* Removed +f option. Used to stand for +forcesubdirs which is nowK. Richard Pixley1991-10-021-6/+12
| | | | called +subdirs.