aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)AuthorFilesLines
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.
1991-11-13Passes down version_path for things which install themselves intoSteve Chamberlain1-4/+9
libsubdir.
1991-11-13The +noversion flag will make an installation happen to the machine/..Steve Chamberlain1-2/+11
directory rather than the machine/version/.. directory. Steve
1991-11-12allow +foo bar options. stolen from texinfo configureK. Richard Pixley1-78/+131
1991-11-09correct a commentK. Richard Pixley1-3/+12
1991-11-01new install themeK. Richard Pixley1-25/+52
1991-10-25More name changingSteve Chamberlain1-12/+33
1991-10-24Allow for using tmake-sun4Heinz G. Seidl1-2/+13
1991-10-23Makefiles should include the makefile frag names even if the makefileK. Richard Pixley1-56/+74
frag doesn't exist in *this* directory. Otherwise we inherit the variable setting from our parent Makefile.
1991-10-10* Die when sub-configure's do.K. Richard Pixley1-9/+24
* get the makefile building message line correct. * set -e
1991-10-10Backed out the "/bin/sh config.sub" change. Fails when config.sub wasK. Richard Pixley1-3/+7
on PATH.
1991-10-10Call config.sub as "/bin/sh config.sub" instead of directly. ThisK. Richard Pixley1-3/+7
protects us from the case where config.sub isn't executable.
1991-10-09Another patch from jim.K. Richard Pixley1-2/+7
1991-10-08Fix bug in smake- file code.Jim Wilson1-12/+14
1991-10-04Use john's heuristic for finding ourselves. kinda like hare krishna.K. Richard Pixley1-40/+121
1991-10-02Added +site=foo option for naming site specific Makefile fragments.K. Richard Pixley1-8/+34
1991-10-02Removed +f option. Used to stand for +forcesubdirs which is nowK. Richard Pixley1-6/+12
called +subdirs.
1991-10-02Added rcs log line.K. Richard Pixley1-0/+9
1991-10-02+template dies an ugly death.K. Richard Pixley1-155/+55
1991-10-02resyncK. Richard Pixley1-38/+0
1991-10-01Trivial cleanup.K. Richard Pixley1-95/+15
1991-10-01* use aliases as directory names.K. Richard Pixley1-32/+38
* put aliases AND parsed triples into Makefiles. * config.status is a shell script. * remove formfeeds from resulting Makefile.
1991-10-01Reword recurr.K. Richard Pixley1-15/+38
1991-08-25rcs enters the soup.K. Richard Pixley1-2/+5
1991-08-25Adding diff to the fray.K. Richard Pixley1-2/+5
1991-08-25Adding grep to the fray.K. Richard Pixley1-111/+121
1991-08-07+forcesubdirs -> +subdirsK. Richard Pixley1-17/+23
1991-08-06revised option parsing.K. Richard Pixley1-12/+14
1991-08-06Host-level GNUmakefiles.K. Richard Pixley1-19/+29
1991-07-20Roll in new configure that handles GDB. Make sure that the "configure"John Gilmore1-80/+97
that is checked-in reflects the latest "configure.in", which includes gdb.
1991-06-13Re-arrange so that gcc, which creates directories, gets installedK. Richard Pixley1-2/+6
first.
1991-06-12correctly propogate destdirK. Richard Pixley1-5/+8
1991-06-09Added +clib option.K. Richard Pixley1-2/+10
1991-05-27Removed clib for now.K. Richard Pixley1-2/+5
1991-05-27fixed a bug in multiple targetsK. Richard Pixley1-11/+12
1991-05-22remove gdb until config issues resolve.K. Richard Pixley1-2/+5
1991-05-19Added gdb.K. Richard Pixley1-2/+5
1991-05-19Changes to deal with missing subdirs gracefully, and changes dictatedK. Richard Pixley1-25/+45
from dropping configure over gdb.
1991-05-14Many small changes including the removal of configure.template. AnyK. Richard Pixley1-17/+34
valid configure script can now be used as a template.
1991-05-03Changed getopt to libiberty, commented out an aborted attempt at hostK. Richard Pixley1-10/+34
level Makefiles because it caused errors on +rm, add a warning for directories expected to be removed on +rm but that don't exist.
1991-04-24Three staging checkpoint.K. Richard Pixley1-2/+5
1991-04-17Added getopt for binutils, fixed problem with host dependancies inK. Richard Pixley1-8/+13
configure.template.
1991-04-16Now handles multiple hosts and targets.K. Richard Pixley1-2/+8
1991-04-15Now handles multiple hosts and targets.K. Richard Pixley1-254/+362
1991-04-13Config cut 3. We now almost install a29k.K. Richard Pixley1-56/+81
1991-04-11Cut 2 config. Subdirs.K. Richard Pixley1-88/+119
1991-04-09First cut config. builds in place.K. Richard Pixley1-526/+79
1991-04-04Initial revisionK. Richard Pixley1-0/+853