aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
1993-09-15fix replacement of multiline values for CC and CXXDavid D. Zuhn1-0/+23
1993-09-08support for --host HOSTDavid D. Zuhn1-1/+23
1993-08-02add support for CONFIG_SHELLDavid D. Zuhn1-8/+17
1993-07-16work around lynxos /bin/sh lossageDavid D. Zuhn1-1/+1
1993-07-09* configure: Remove extraneous output when guessing host type.John Gilmore1-4/+2
1993-07-08remove another fixmeDavid D. Zuhn1-14/+2
1993-06-17quote program_transform_name valueDavid D. Zuhn1-18/+20
1993-05-04Forgot to check in. (Change definition of tool_dir.)Per Bothner1-9/+17
1993-03-22configure has embedded tabs, which I accidentially nukedDavid D. Zuhn1-9/+11
1993-03-22 * configure: add support for package_makefile_fragment, handle theDavid D. Zuhn1-143/+149
1993-03-22handle lack of Makefile.in in a more graceful mannerDavid D. Zuhn1-591/+591
1993-03-22added package_makefile_frag supportDavid D. Zuhn1-2/+34
1993-03-21We must use both --host and --target options for recursion, because Cygnus andJim Wilson1-1/+1
1993-03-10* config.guess: add GPL.K. Richard Pixley1-5/+5
1993-02-01check return code of mkdir, print error message on failure. addresses bug #2079K. Richard Pixley1-5/+13
1993-01-23 * guess-systype: Renamed to ...Per Bothner1-16/+39
1992-09-18from p3. Some shells leave PWD in the environment (old tcsh, ksh at least)Mark Eichin1-0/+1
1992-09-15Changes to make an installed cross-compiler find everything correctly.Ian Lance Taylor1-14/+63
1992-06-23 * configure: fix various problems with propogatingSteve Chamberlain1-18/+29
1992-05-08print Building message only when subdir != . AND verboseK. Richard Pixley1-1/+4
1992-05-08remove -s, rework -v to better accomodate guested configuresK. Richard Pixley1-55/+33
1992-04-23ooops.K. Richard Pixley1-3/+3
1992-04-22Test for nonexistance of files before trying to mv them.Fred Fish1-2/+6
1992-04-21correct final line of config.statusK. Richard Pixley1-1/+3
1992-04-21configure: patch from eggert. Avoids a protection problem if theK. Richard Pixley1-1/+5
1992-04-21configure: use move-if-change from gcc to create config.status. SomeK. Richard Pixley1-4/+17
1992-04-21configure: test for config.sub with "config.sub sun4" rather thanK. Richard Pixley1-1/+2
1992-04-21correct makesrcdir when subdir is .K. Richard Pixley1-1/+5
1992-04-16correction to makesrcdir for relative srcdirK. Richard Pixley1-1/+4
1992-04-14 * configure: Add support for 'subdirs' variable, which isPer Bothner1-157/+215
1992-03-25pass site_option to recursionsK. Richard Pixley1-4/+7
1992-03-11added check for conflicting configurations (srcdir vs not)K. Richard Pixley1-9/+19
1992-03-11remove trailing slashes from srcdir so gdb-mode won't get crankyK. Richard Pixley1-2/+7
1992-03-11use relative paths for configure and srcdir when possibleK. Richard Pixley1-338/+324
1992-02-08In configure{.in} {host|target}_makefile_frag should name a fileK. Richard Pixley1-8/+14
1992-02-07Optimized Makefile generation for a ~30% time win.K. Richard Pixley1-119/+98
1992-02-07Fix so that "guested" configure scripts work when using -srcdir.K. Richard Pixley1-6/+12
1992-02-06reversed tense on a test -> case conversionK. Richard Pixley1-2/+2
1992-02-06Converting "[ -n" and "[ -z" into case statements looks like a smallK. Richard Pixley1-82/+138
1992-02-06support for subdirs, multiple hosts, and multiple targets wasK. Richard Pixley1-129/+0
1992-02-06Removing unnecessary ()'s doesn't seem to make any time difference onK. Richard Pixley1-26/+24
1992-01-28Steve's version_path stuff bites the dust.Jim Wilson1-10/+1
1991-12-28small changes to accomodate other versions of configureK. Richard Pixley1-3/+7
1991-12-28oops, but in last patchK. Richard Pixley1-1/+1
1991-12-28Be less sensitive to spaces in Makefile.in. Kills bug #556.K. Richard Pixley1-5/+5
1991-12-19print version number nicelyK. Richard Pixley1-1/+1
1991-12-19added -V for version number optionK. Richard Pixley1-6/+11
1991-12-13removed -ansi and -languages options from configure, addedK. Richard Pixley1-11/+0
1991-12-13find config.subr againK. Richard Pixley1-9/+9
1991-12-12config.sub & config.subr mergeK. Richard Pixley1-7/+7