aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)AuthorFilesLines
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
* config.guess: Remove extraneous output when guessing using C compiler rather than uname, or when guessing fails.
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
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
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
FSF configure disagree about whether an unadorned machine is target or host.
1993-03-10* config.guess: add GPL.K. Richard Pixley1-5/+5
* Makefile.in, config.guess, config.sub, configure: bump copyrights to 93.
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
* config.guess: ... by popular request. * configure.in, Makefile.in: Update accordingly.
1992-09-18from p3. Some shells leave PWD in the environment (old tcsh, ksh at least)Mark Eichin1-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.)
1992-09-15Changes to make an installed cross-compiler find everything correctly.Ian Lance Taylor1-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.
1992-06-23 * configure: fix various problems with propogatingSteve Chamberlain1-18/+29
makefile_target_frag in subdirs. * configure.in: config libgcc if its there
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
original Makefile.in is read only.
1992-04-21configure: use move-if-change from gcc to create config.status. SomeK. Richard Pixley1-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.
1992-04-21configure: test for config.sub with "config.sub sun4" rather thanK. Richard Pixley1-1/+2
"config.sub ${host_alias}". Otherwise we can't tell a bad host alias from a missing config.sub.
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
like 'configdirs', except that configure doesn't re-invoke itself for subdirs, it just creates a Makefile for each subdir. * configure.texi: Document subdirs.
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
relative to srcdir. I think it now does. configure has been corrected. configure.texi has been clarified.
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
time penalty for modern shells which have "[" builtin. I've elected to take it anyway as a compensation for older, slower shells.
1992-02-06support for subdirs, multiple hosts, and multiple targets wasK. Richard Pixley1-129/+0
previously commented out. This delta removes it entirely. This makes a small time difference on cygint.
1992-02-06Removing unnecessary ()'s doesn't seem to make any time difference onK. Richard Pixley1-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.
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
configure.texi (a work in progress), configure.man (a terse first cut), build configure.info and install man page.
1991-12-13find config.subr againK. Richard Pixley1-9/+9
1991-12-12config.sub & config.subr mergeK. Richard Pixley1-7/+7
1991-12-07* configure: \{1,2\} appears to be a sysv'ism. Use a differentK. Richard Pixley1-10/+10
regexp.
1991-12-07Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-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.