build-blocks:
- modulefiles added
This commit is contained in:
17
scripts/Programming/autoconf/modulefile
Normal file
17
scripts/Programming/autoconf/modulefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#%Module1.0
|
||||
|
||||
set whatis "part of the GNU autotools"
|
||||
set url "http://www.gnu.org/software/autoconf/"
|
||||
set license "GNU GPL v2/v3"
|
||||
set maintainer "Achim Gsell <achim.gsell@psi.ch>"
|
||||
|
||||
set help "
|
||||
Autoconf is an extensible package of M4 macros that produce shell scripts
|
||||
to automatically configure software source code packages. These scripts
|
||||
can adapt the packages to many kinds of UNIX-like systems without manual
|
||||
user intervention. Autoconf creates a configuration script for a package
|
||||
from a template file that lists the operating system features that the
|
||||
package can use, in the form of M4 macro calls.
|
||||
"
|
||||
|
||||
source $env(PSI_LIBMODULES)
|
||||
Reference in New Issue
Block a user