Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * configure: If there is a package_makefile_frag, remove | Ian Lance Taylor | 1994-06-07 | 1 | -0/+1 |
| | | | | ${subdir}/Makefile.tem after copying it in. | ||||
* | * configure: Set program_transform_nameoption correctly. | Ian Lance Taylor | 1994-06-02 | 1 | -1/+1 |
| | |||||
* | * configure: If config.guess result is a prefix of the user | Ian Lance Taylor | 1994-06-02 | 1 | -9/+27 |
| | | | | | | specified target, assume a native build and use the user specified target as the host alias. Remove SunOS patch suffix removal hack. * configure.in: Remove SunOS patch suffix removal hack. | ||||
* | * Makefile.in: Rename HOST_ONLY to NATIVE. | Bill Cox | 1994-06-01 | 1 | -12/+22 |
| | | | | | | | * configure: Delete SunOs patch suffix from host_canonical and build_canonical variables that are prepended to Makefiles. * configure.in: Add comments to patch suffix removal for easier maintenance. | ||||
* | * configure: Ignore --x-includes and --x-libraries, for Autoconf | David MacKenzie | 1994-04-08 | 1 | -1/+3 |
| | | | | compatibility. | ||||
* | * configure: Support --silent, --quiet. | David MacKenzie | 1994-03-31 | 1 | -4/+8 |
| | |||||
* | * configure: Support --disable-FEATURE. | David MacKenzie | 1994-03-31 | 1 | -2/+8 |
| | |||||
* | * configure: Make unrecognized options give nonfatal warnings | David MacKenzie | 1994-03-26 | 1 | -9/+11 |
| | | | | | | instead of fatal errors, and pass them to any subdirectory configures in case they recognize them. Make --x equivalent to --with-x. | ||||
* | * configure: Add --enable-* options. Clean up usage message and | David MacKenzie | 1994-03-26 | 1 | -25/+33 |
| | | | | some comments. | ||||
* | * configure: Completely rewrite option processing. Take | Stu Grossman | 1994-01-22 | 1 | -303/+280 |
| | | | | | advantage of pattern-matching to avoid invoking test frequently. Also clean up host and target defaulting logic. | ||||
* | * configure: If only ${target_alias} is given, use that | Per Bothner | 1993-12-20 | 1 | -25/+15 |
| | | | | | as the default for ${host_alias}. * configure: Add missing back-slashes before nested quotes. | ||||
* | fix replacement of multiline values for CC and CXX | David D. Zuhn | 1993-09-15 | 1 | -0/+23 |
| | |||||
* | support for --host HOST | David D. Zuhn | 1993-09-08 | 1 | -1/+23 |
| | |||||
* | add support for CONFIG_SHELL | David D. Zuhn | 1993-08-02 | 1 | -8/+17 |
| | |||||
* | work around lynxos /bin/sh lossage | David D. Zuhn | 1993-07-16 | 1 | -1/+1 |
| | |||||
* | * configure: Remove extraneous output when guessing host type. | John Gilmore | 1993-07-09 | 1 | -4/+2 |
| | | | | | * config.guess: Remove extraneous output when guessing using C compiler rather than uname, or when guessing fails. | ||||
* | remove another fixme | David D. Zuhn | 1993-07-08 | 1 | -14/+2 |
| | |||||
* | quote program_transform_name value | David D. Zuhn | 1993-06-17 | 1 | -18/+20 |
| | |||||
* | Forgot to check in. (Change definition of tool_dir.) | Per Bothner | 1993-05-04 | 1 | -9/+17 |
| | |||||
* | configure has embedded tabs, which I accidentially nuked | David D. Zuhn | 1993-03-22 | 1 | -9/+11 |
| | |||||
* | * configure: add support for package_makefile_fragment, handle the | David D. Zuhn | 1993-03-22 | 1 | -143/+149 |
| | | | | | | | | case where a directory has a configure.in file but no Makefile.in more gracefully (with an actual understandable error message, even); add support for --without (and add this to the usage message); also explicitly add a --host=${host_alias} to the command line when config.guess is used | ||||
* | handle lack of Makefile.in in a more graceful manner | David D. Zuhn | 1993-03-22 | 1 | -591/+591 |
| | |||||
* | added package_makefile_frag support | David D. Zuhn | 1993-03-22 | 1 | -2/+34 |
| | |||||
* | We must use both --host and --target options for recursion, because Cygnus and | Jim Wilson | 1993-03-21 | 1 | -1/+1 |
| | | | | FSF configure disagree about whether an unadorned machine is target or host. | ||||
* | * config.guess: add GPL. | K. Richard Pixley | 1993-03-10 | 1 | -5/+5 |
| | | | | | * Makefile.in, config.guess, config.sub, configure: bump copyrights to 93. | ||||
* | check return code of mkdir, print error message on failure. addresses bug #2079 | K. Richard Pixley | 1993-02-01 | 1 | -5/+13 |
| | |||||
* | * guess-systype: Renamed to ... | Per Bothner | 1993-01-23 | 1 | -16/+39 |
| | | | | | * config.guess: ... by popular request. * configure.in, Makefile.in: Update accordingly. | ||||
* | from p3. Some shells leave PWD in the environment (old tcsh, ksh at least) | Mark Eichin | 1992-09-18 | 1 | -0/+1 |
| | | | | | | | | | | | | screws nested configures. "unset PWD" is the right answer, except that Decstation sh doesn't *have* unset. Note also that the send-pr build will fail if you have PWD in your environment, because emacs also (foolishly) trusts it. * configure: just set PWD=`pwd` at the top, since Ultrix sh doesn't have unset and all success paths (and most error paths) out set it anyway. (Note: should change all uses of ${PWD=`pwd`} to just ${PWD} to avoid confusion.) | ||||
* | Changes to make an installed cross-compiler find everything correctly. | Ian Lance Taylor | 1992-09-15 | 1 | -14/+63 |
| | | | | | | | Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com) * configure: always set $(tooldir) to $(libdir)/$(target_alias), even for a native compilation. | ||||
* | * configure: fix various problems with propogating | Steve Chamberlain | 1992-06-23 | 1 | -18/+29 |
| | | | | | makefile_target_frag in subdirs. * configure.in: config libgcc if its there | ||||
* | print Building message only when subdir != . AND verbose | K. Richard Pixley | 1992-05-08 | 1 | -1/+4 |
| | |||||
* | remove -s, rework -v to better accomodate guested configures | K. Richard Pixley | 1992-05-08 | 1 | -55/+33 |
| | |||||
* | ooops. | K. Richard Pixley | 1992-04-23 | 1 | -3/+3 |
| | |||||
* | Test for nonexistance of files before trying to mv them. | Fred Fish | 1992-04-22 | 1 | -2/+6 |
| | |||||
* | correct final line of config.status | K. Richard Pixley | 1992-04-21 | 1 | -1/+3 |
| | |||||
* | configure: patch from eggert. Avoids a protection problem if the | K. Richard Pixley | 1992-04-21 | 1 | -1/+5 |
| | | | | original Makefile.in is read only. | ||||
* | configure: use move-if-change from gcc to create config.status. Some | K. Richard Pixley | 1992-04-21 | 1 | -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 than | K. Richard Pixley | 1992-04-21 | 1 | -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 Pixley | 1992-04-21 | 1 | -1/+5 |
| | |||||
* | correction to makesrcdir for relative srcdir | K. Richard Pixley | 1992-04-16 | 1 | -1/+4 |
| | |||||
* | * configure: Add support for 'subdirs' variable, which is | Per Bothner | 1992-04-14 | 1 | -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 recursions | K. Richard Pixley | 1992-03-25 | 1 | -4/+7 |
| | |||||
* | added check for conflicting configurations (srcdir vs not) | K. Richard Pixley | 1992-03-11 | 1 | -9/+19 |
| | |||||
* | remove trailing slashes from srcdir so gdb-mode won't get cranky | K. Richard Pixley | 1992-03-11 | 1 | -2/+7 |
| | |||||
* | use relative paths for configure and srcdir when possible | K. Richard Pixley | 1992-03-11 | 1 | -338/+324 |
| | |||||
* | In configure{.in} {host|target}_makefile_frag should name a file | K. Richard Pixley | 1992-02-08 | 1 | -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 Pixley | 1992-02-07 | 1 | -119/+98 |
| | |||||
* | Fix so that "guested" configure scripts work when using -srcdir. | K. Richard Pixley | 1992-02-07 | 1 | -6/+12 |
| | |||||
* | reversed tense on a test -> case conversion | K. Richard Pixley | 1992-02-06 | 1 | -2/+2 |
| | |||||
* | Converting "[ -n" and "[ -z" into case statements looks like a small | K. Richard Pixley | 1992-02-06 | 1 | -82/+138 |
| | | | | | time penalty for modern shells which have "[" builtin. I've elected to take it anyway as a compensation for older, slower shells. |