summaryrefslogtreecommitdiff
path: root/lib/make/configure.in
Commit message (Expand)AuthorAge
* Removed g++ warnings which are only valid for C (not for C++).tradke2003-02-10
* Moved the check for 'inline', along with checks for 'working const' andtradke2002-11-05
* Add #defines for the machine Cactus is being built on.allen2002-09-16
* Erik's patch to also check for the '__restrict__' or '__restrict' keywordstradke2002-08-30
* Changed the default optimization option for g77 from '-O' to '-O2'.tradke2002-06-26
* Check for availability of <sys/ioctl.h>.tradke2002-06-01
* Check for availability of <sys/filio.h> which is needed for socket I/O code.tradke2002-05-31
* Support for the C99 restrict keyword. This is dealt with in the samegoodale2002-05-07
* Check for DEBUG="no". This closes PR Cactus/952.tradke2002-03-27
* Check for DEBUG to have a valid setting.tradke2002-03-25
* Expand the NULL_DEVICE define in cctk_Config.h when cross-compiling.tradke2002-03-20
* Check for availability of <dirent.h>.tradke2002-01-07
* Removed check for scandir(3) which isn't used anymore in IOUtil.tradke2001-12-21
* Added function CCTK_WriteFiles which compares file against old version andgoodale2001-06-25
* Use C_WARN_FLAGS to build CXX_WARN_FLAGS only if CC is gcc.tradke2001-06-18
* Added some more options to C_WARN_FLAGS and CXX_WARN_FLAGS resp.tradke2001-06-18
* With my latest commit I accidentally removed MKDIR and MKDIRFLAGStradke2001-06-13
* Get rid of FMODIFIER (DEPRECATED IN BETA 9) and MKDIR/MKDIRFLAGS whichtradke2001-06-12
* Check for isnan.goodale2001-05-16
* Changing defualt of RANLIBFLAGS from 'cs' to '-cs' since the '-' seems to begoodale2001-05-14
* Adding RANLIBFLAGS to pass arguments to ranlib. Default is "cs".goodale2001-05-14
* Added optional use of ranlib to create archoive indices.goodale2001-05-11
* Added configure check for finite(3).tradke2001-04-24
* Added check for PTHREADS libs (c_r, pthread, pthreads).tradke2001-04-05
* Fix for Cactus/547 and more.allen2001-03-10
* 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 if using cygwin. Now worksgoodale2000-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
* 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