Commit Graph

18 Commits

Author SHA1 Message Date
rkowen
a4eadf91e1 2002-09-12 R.K. Owen <rk@owen.sj.ca.us>
* config/.cvsignore: New File: Ignore autogenerated files.
	* init/.cvsignore: Ignore autogenerated files.
2002-09-13 04:53:30 +00:00
harlan
12b49d7233 * README: Update the instructions for using the CVS version of
modules.

* modulefiles/Makefile.in: Deleted auto* generated file.
* lib/tests/Makefile.in: Ditto.
* lib/Makefile.in: Ditto.
* init/Makefile.in: Ditto.
* ext/Makefile.in: Ditto.
* etc/Makefile.in: Ditto.
* doc/Makefile.in: Ditto.
* config/mkinstalldirs: Ditto.
* config/missing: Ditto.
* config/install-sh: Ditto.
* config/depcomp: Ditto.
* config/compile: Ditto.
* configure: Ditto.
* config.h.in: Ditto.
* aclocal.m4: Ditto.
* Makefile.in: Ditto.
2002-09-12 06:16:31 +00:00
rkowen
930e57ec98 A whole slew of changes progressing to deap modulefile directories.
The current is not usuable, but will eventually be.
These changes are checked in for safe keeping while R.K.Owen is on
vacation.
2002-08-02 22:11:24 +00:00
rkowen
aa4b5c3229 * Reworked every configure-based file
- uses automake to generate most of the Makefile.in
  - renamed configure.in to configure.ac per autoconf
  - Versioning is optional now with a configure option
  - reworked the init scripts for versioning or not
  - eliminated acconfig.h and put templates in configure.ac
  - make install now honors the DESTDIR variable for package builds
  - honors bindir for modulecmd location
   (but the init scripts are only correct if no versioning)
* Collected the usage info and now it can be displayed with
  the --help or -H option (same as help)
* --version now gives most of the optional configure parameters
  for easy debugging of problems
* Fixed bootstrap to just source the appropriate init script
2002-06-14 21:57:03 +00:00
rkowen
ec359b9ae7 Removed the acconfig.h file since it's essentially in the configure.ac now.
Reworked all the init,skel,add.* files to handle versioning or no.
Added Makefile.am to ./etc/ and ./ext/ for cleaner installs.
2002-06-14 06:15:21 +00:00
rkowen
7853c72061 Re-introduced the init files with versioning. 2002-06-10 21:58:36 +00:00
rkowen
400ccd6d3b Added a bunch of .cvsignore files to avoid CVS in listing the known (but
made) files.
2002-05-06 20:31:55 +00:00
lakata
8683cea0a8 added the bootstrap command 2002-04-27 01:16:34 +00:00
lakata
4205ac41b9 tcsh is now generated from csh, not tcsh.in 2002-04-24 01:16:46 +00:00
lakata
3d32c63533 tcsh script is copy of csh script 2002-04-24 01:16:05 +00:00
lakata
1659c7277f fixed csh init script to deal with funny shell chars like * and {} 2002-04-24 01:15:46 +00:00
rkowen
633ad1d8b9 Fixed bug in init/csh script, which only affected those that changed their
history character.  Found by Barb Mauzy of Cray Inc.
2002-03-10 07:18:16 +00:00
rminsk
63dca8d74c Was not setting the environment variable MODULESHOME 2001-03-22 18:59:38 +00:00
rminsk
b7142f0928 Removing blank lines 2001-01-16 23:25:22 +00:00
rminsk
54d98b3dcb Fixing typeo's 2001-01-16 23:24:09 +00:00
rminsk
4a8ab93ee7 Adding python init files. 2001-01-16 21:09:36 +00:00
rminsk
5c54bba6a4 Removed variable histchar. It was not being used.
Modified to store the current prompt and unset prompt while modules is
running.  A bug in csh will cause and eval of an eval (eval `eval ...`)
to output a prompt.  This cause the first eval to try to execute the
prompt.
2001-01-16 20:48:33 +00:00
rk
e816ab15b5 modules is a shell tool for setting-up the user environment on the
fly, as it were.  It's a powerful mechanism for dynamically changing
environment variables, aliases, X11 resources, etc.
It uses an embedded Tcl intrepretor, with a few extensions.  Therefore,
it has a well defined language syntax.
Version 3.1 is GPL, and includes many improvements over the 3.0beta.
2000-06-28 00:17:34 +00:00