Jeff Squyres
628a272bde
Change build process slightly:
...
- always build src/libmpi.la (may contain all of liblam)
- sometimes build src/liblam.la
- ensure libwhatever is build before traversing src/tools
This commit was SVN r487.
2004-01-19 17:50:34 +00:00
Jeff Squyres
a94a272e33
Add some AC_DEFINE's for the wrapper compilers
...
This commit was SVN r466.
2004-01-17 23:41:57 +00:00
Jeff Squyres
535ab5ab8f
Add extra quoting to AC_DEFUN for *.m4 files so that aclocal 1.8 doesn't
...
complain
This commit was SVN r425.
2004-01-15 18:10:26 +00:00
Jeff Squyres
a422d98532
Fix bug 650: use general macros $(LIBLAM_LA) and $(LIBMPI_LA) to link
...
to relative libraries -- need these to be variables because configure may
decide to compile them both as libmpi (and therefore there is no libmpi).
Correct usage is to use *ONE* of these two macros when adding it to LIBADD
lines in Makefile.am's -- if you use $(LIBMPI_LA), it will automatically
include liblam if it needs it.
This commit was SVN r400.
2004-01-15 03:45:01 +00:00
Jeff Squyres
53826436fa
Partial fix for bug 638: added AC_ARG_ENABLE for
...
--enable-mpi-profile. Anju will add whatever AM_CONDITIONALs and
AC_DEFINE*s that he needs to finish the bug.
This commit was SVN r330.
2004-01-13 20:01:59 +00:00
Jeff Squyres
60c3cdbd1a
Add some developer overrides -- max pickyness, enable debugging, etc.
...
This commit was SVN r313.
2004-01-13 01:13:28 +00:00
Jeff Squyres
2e28f4083a
Add --enable-picky for extra picky gcc compiles when "CVS" is found in
...
the source tree
This commit was SVN r237.
2004-01-11 00:07:22 +00:00
Prabhanjan Kambadur
fcf25c53bc
making deprecated-names disabled by default
...
This commit was SVN r153.
2004-01-09 06:39:14 +00:00
Prabhanjan Kambadur
012ccb3e1a
adding configure option to check if deprecated names are wanted
...
This commit was SVN r150.
2004-01-09 06:26:48 +00:00
Prabhanjan Kambadur
ff09b0903d
adding configure option to check if deprecated names are wanted
...
This commit was SVN r148.
2004-01-09 05:34:07 +00:00
Jeff Squyres
ce38ccf332
Add option for bug 625 -- conditionally install LAM development header
...
files
This commit was SVN r132.
2004-01-08 21:42:49 +00:00
Jeff Squyres
55bb08acce
- Add --enable-mem-profile, per Rob's request
...
- Rename MEMZERO -> MEM_ZERO to be similar to MEM_PROFILE
This commit was SVN r126.
2004-01-08 18:55:38 +00:00
Jeff Squyres
77f8f6642c
Finish support for --enable-single-lib (where you get a single libmpi
...
installed instead of liblam and libmpi).
This commit was SVN r123.
2004-01-08 15:51:54 +00:00
Jeff Squyres
8a3e44789d
Oops -- had "single library" logic backwards.
...
This commit was SVN r120.
2004-01-08 15:34:14 +00:00
Jeff Squyres
46af8bb900
Clarify help messages
...
This commit was SVN r118.
2004-01-08 13:53:11 +00:00
Jeff Squyres
0d0796ce71
- Change default format of AC_HELP_STRING messages to show whether the
...
default is enabled or disabled
- Add --enable-f77
- Add --enable-f90
- Add --enable-single-lib
- Add --enable-profiling
- Add --enable-weak-symbols
This commit was SVN r108.
2004-01-08 13:34:03 +00:00
Jeff Squyres
b93da5b412
Remove $Id$
...
This commit was SVN r69.
2004-01-07 14:55:59 +00:00
Jeff Squyres
7994ea8b6d
Use the right global variables, and the other parts of the code react ;-)
...
This commit was SVN r54.
2004-01-07 08:31:32 +00:00
Jeff Squyres
b1abecf714
Central point for top-level --with and --enable flags
...
This commit was SVN r26.
2004-01-07 07:42:12 +00:00