summaryrefslogtreecommitdiff
path: root/lib/make/configure
Commit message (Expand)AuthorAge
...
* Fix for problem Tom spotted with how I set F90/F77 to descriptive stringsallen2001-01-13
* Set F90 and F77 compilers to a explanatory string if they are not setallen2001-01-12
* Will use F77FLAGS for F77 compilation if given, rather than using F90FLAGS.goodale2000-12-17
* Add F90_SUFFIX make variable for freeformat f90 suffix. This shouldgoodale2000-12-17
* Fixing path to perl script under non-cygwin stuff which was broken by my lastgoodale2000-12-10
* Added removal of 'cygdrive' from path to perl script, to work with latestgoodale2000-12-10
* Search for gethostbyname(3) also in libnls.so.tradke2000-11-04
* Changing to use CCTK_CHECK_LIB for ucb and scandir.goodale2000-11-04
* New functions to help checking for functions and libraries.goodale2000-11-04
* Added detection of scandir(3) under Solaris where it is in /usr/ucb/libucb.a.tradke2000-11-03
* Looking for __int64. This provides us with an 8 byte int under NT.goodale2000-10-31
* Checking if SOCKET is defined in the network stuff.goodale2000-10-31
* Added LIBNAME_PREFIX and LIBNAME_SUFFIX to allow libraries to be namedgoodale2000-10-31
* Check for gethostbyname and #define HAVE_GETHOSTBYNAME if it's available.goodale2000-10-20
* Added check for sizeof(long long) as another candidate for eight byte ints.goodale2000-10-04
* Checking for and #defining, another couple of networking header files.goodale2000-09-16
* Added check for crypt.h.goodale2000-09-15
* Added new second argument to CCTK_CHECK_HEADERS. This is code which shouldgoodale2000-09-15
* Checking for another header for the network stuff.goodale2000-09-15
* Checking for additional headers for socket stuff.goodale2000-09-14
* Can now pass CXX=none to the configure line. The checks for CXX are thengoodale2000-09-01
* bug fix for the misconfiguration, saving LIB in a different variable and res...lanfer2000-08-31
* autoconf test marco: check if the system knows about socklen_t (t3e does not,...lanfer2000-08-25
* Detect if the C++ compiler defines bool, if not, do a typedef.goodale2000-07-18
* Added check for getopt_long_only. This should hopefully fixgoodale2000-05-15
* A few more checks for things. Now looks for regex.h and getopt.h andgoodale2000-05-14
* Correcting a mistake I made earlier in interpreting the autoconfgoodale2000-05-12
* Bug fixes for cross-compilation. Now will stop if the variousgoodale2000-05-12
* Preliminary support for cross-compilation.goodale2000-05-12
* Check, using C++, for the presence of vector and vector.h . This shouldgoodale2000-05-12
* Adding CCTK_FCALL to replace FMODIFIERallen2000-05-10
* Checks for the presence of mode_t. Under NT mkdir doesn't takegoodale2000-05-02
* Tidying warnings to remove text wrap around screenallen2000-04-18
* Fix for PR316 - can now use LIBS=... on configure line.goodale2000-04-17
* Now havegoodale2000-04-17
* Addedgoodale2000-03-07
* Added yet another thing which can be set by the known-architecture stuff:goodale2000-03-06
* Added configuration-time optionallen2000-02-19
* Added configuration-time optiongoodale2000-02-17
* Added detection of string.hgoodale2000-02-15
* Added detection of X library location.goodale2000-02-10
* Changing include file namesallen2000-01-16
* config.h -> cctk_config.hallen2000-01-13
* New cache alignment stuff.goodale1999-11-30
* More configuration stuff. Should now properly detect a lot ofgoodale1999-10-21
* Some more configuration stuff. Have started splitting nasty stuff offgoodale1999-10-21
* Detection of various functions and header files.goodale1999-10-20
* Added a "preferred-compilers" section to the known-architecture stuff.goodale1999-10-11
* Added MKDIRFLAGS to be available for make and code.allen1999-09-07
* Adding macro for MKDIRallen1999-09-06