summaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)AuthorFilesLines
2004-11-07Add the RUNTEST autoconf onfiguration variable for Deja-gnu support. ThisReid Spencer1-4/+6
2004-10-28Added the poolalloc module to the list of projects to configure, if present.John Criswell1-0/+1
2004-10-28Make sure we test the right variable for the AC_DEFINEReid Spencer1-1/+1
2004-10-28It's spelled IEEEFPBrian Gaeke1-1/+1
2004-10-27Changes to support rand48 testsReid Spencer6-34/+64
2004-10-26Really get mkinstalldirs to shut up about what its doing .. who cares?Reid Spencer1-3/+3
2004-10-25Teach mkinstalldirs how to shut up about making directories.Reid Spencer1-1/+1
2004-10-25Add a check for the tar program.Reid Spencer1-0/+1
2004-10-22Remove automake support.Reid Spencer1-18/+0
2004-10-22We won't use automakeReid Spencer1-633/+0
2004-10-17Add runtime directoriesReid Spencer1-1/+23
2004-10-14Transfer Makefile.JIT into the build tree for JIT-enabling tools and examplesMisha Brukman1-0/+1
2004-10-13Set up BUILD_MODE based on the configuration so the default build modeReid Spencer1-4/+11
2004-10-13Save Reid's notes from bugzilla on the proper procedure to upgrade libtoolMisha Brukman1-0/+12
2004-10-13Changes for libtool 1.5.10Reid Spencer1-63/+64
2004-10-13Update for libtool 1.5.10Reid Spencer1-480/+592
2004-10-13Harden the version requirements to the set that actually works after threeReid Spencer1-3/+3
2004-10-10Directory changesReid Spencer1-1/+2
2004-10-10Ensure timestamp on saved contents of configure.ac is not changed.Reid Spencer6-567/+1684
2004-10-08Add the --with-automake option to AutoRegen.sh and provide the automakeReid Spencer2-10/+519
2004-10-04Add checks for the ZLIB and BZIP2 header files, not just the libraries.Reid Spencer1-4/+10
2004-10-04Move the warning about no compression library down to the bottom, awayReid Spencer1-7/+9
2004-10-04Provide support for auto-detection and use of compression libraries.Reid Spencer1-0/+2
2004-10-02Add checks for bzip2 and libz for use with the Compression concept forReid Spencer1-0/+16
2004-09-27Improve warningAlkis Evlogimenos1-1/+1
2004-09-24Updated the last two header files so that they are configured withJohn Criswell4-14/+17
2004-09-24Modified hash_map and hash_set configuration so that they are notJohn Criswell3-20/+26
2004-09-24Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell1-14/+4
2004-09-21Change the warning text so that NO warnings are permitted. This is now theReid Spencer1-4/+4
2004-09-21Don't attempt to (illegally) configure a subdir if we don't recognize it.Reid Spencer1-1/+3
2004-09-21Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the mainReid Spencer1-3/+2
2004-09-20Use the right directory for the Java frontendAlkis Evlogimenos1-1/+1
2004-09-20Correct the use AC_RUN_IFELSE to ensure it builds programs correctly byReid Spencer2-14/+8
2004-09-20The problem with depending on the internal implementation of third partyReid Spencer1-1/+1
2004-09-20Update the script to generate mklib instead of libtool.Reid Spencer1-1/+1
2004-09-19Various minor cleanups and replacement of obsoleted macro names.Reid Spencer1-14/+13
2004-09-19Numerous fixes to convert ~ into ; that (probably) occurred during dataReid Spencer1-61/+45
2004-09-19Bring the script out of the dark ages and into modern autoconfness.Reid Spencer12-124/+115
2004-09-19Make the "Warning" notice a LOT more prominent.Reid Spencer1-1/+10
2004-09-19Add in version dependency checks on all the tools we depend on. This isReid Spencer1-6/+17
2004-09-19Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer1-0/+6010
2004-09-10Update to latest versions of config.guess and config.sub fromBrian Gaeke2-69/+194
2004-09-08recognize MinGWBrian Gaeke1-0/+4
2004-09-07PAPI check has been moved to projects/reopt.Brian Gaeke1-3/+0
2004-09-07Removed this file as its contents are now in the m4 directory.Reid Spencer1-6306/+0
2004-09-07- Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer1-73/+14
2004-09-07- Perform all validity checks before doing anything.Reid Spencer1-4/+5
2004-09-07move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer3-34/+42
2004-09-07Individual autoconf function broken out of acincludes.m4. This changeReid Spencer15-0/+435
2004-09-05Remove configuration of test/Programs/* Makefiles.Reid Spencer1-39/+0