mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
- 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
14 lines
370 B
Makefile
14 lines
370 B
Makefile
###########################################################################
|
|
##
|
|
## File: ext/Makefile.am
|
|
## Versions: $Id: Makefile.am,v 1.2 2002/06/14 21:57:03 rkowen Exp $
|
|
## Created: 2002/06/14
|
|
##
|
|
###########################################################################
|
|
|
|
|
|
AUTOMAKE_OPTIONS=foreign dejagnu no-installinfo
|
|
|
|
bin_SCRIPTS = add.ext mkroot
|
|
|