aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* Set up BUILD_MODE based on the configuration so the default build modeReid Spencer2004-10-131-4/+11
* Save Reid's notes from bugzilla on the proper procedure to upgrade libtoolMisha Brukman2004-10-131-0/+12
* Changes for libtool 1.5.10Reid Spencer2004-10-131-63/+64
* Update for libtool 1.5.10Reid Spencer2004-10-131-480/+592
* Harden the version requirements to the set that actually works after threeReid Spencer2004-10-131-3/+3
* Directory changesReid Spencer2004-10-101-1/+2
* Ensure timestamp on saved contents of configure.ac is not changed.Reid Spencer2004-10-106-567/+1684
* Add the --with-automake option to AutoRegen.sh and provide the automakeReid Spencer2004-10-082-10/+519
* Add checks for the ZLIB and BZIP2 header files, not just the libraries.Reid Spencer2004-10-041-4/+10
* Move the warning about no compression library down to the bottom, awayReid Spencer2004-10-041-7/+9
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-041-0/+2
* Add checks for bzip2 and libz for use with the Compression concept forReid Spencer2004-10-021-0/+16
* Improve warningAlkis Evlogimenos2004-09-271-1/+1
* Updated the last two header files so that they are configured withJohn Criswell2004-09-244-14/+17
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-243-20/+26
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-241-14/+4
* Change the warning text so that NO warnings are permitted. This is now theReid Spencer2004-09-211-4/+4
* Don't attempt to (illegally) configure a subdir if we don't recognize it.Reid Spencer2004-09-211-1/+3
* Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the mainReid Spencer2004-09-211-3/+2
* Use the right directory for the Java frontendAlkis Evlogimenos2004-09-201-1/+1
* Correct the use AC_RUN_IFELSE to ensure it builds programs correctly byReid Spencer2004-09-202-14/+8
* The problem with depending on the internal implementation of third partyReid Spencer2004-09-201-1/+1
* Update the script to generate mklib instead of libtool.Reid Spencer2004-09-201-1/+1
* Various minor cleanups and replacement of obsoleted macro names.Reid Spencer2004-09-191-14/+13
* Numerous fixes to convert ~ into ; that (probably) occurred during dataReid Spencer2004-09-191-61/+45
* Bring the script out of the dark ages and into modern autoconfness.Reid Spencer2004-09-1912-124/+115
* Make the "Warning" notice a LOT more prominent.Reid Spencer2004-09-191-1/+10
* Add in version dependency checks on all the tools we depend on. This isReid Spencer2004-09-191-6/+17
* Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer2004-09-191-0/+6010
* Update to latest versions of config.guess and config.sub fromBrian Gaeke2004-09-102-69/+194
* recognize MinGWBrian Gaeke2004-09-081-0/+4
* PAPI check has been moved to projects/reopt.Brian Gaeke2004-09-071-3/+0
* Removed this file as its contents are now in the m4 directory.Reid Spencer2004-09-071-6306/+0
* - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer2004-09-071-73/+14
* - Perform all validity checks before doing anything.Reid Spencer2004-09-071-4/+5
* move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer2004-09-073-34/+42
* Individual autoconf function broken out of acincludes.m4. This changeReid Spencer2004-09-0715-0/+435
* Remove configuration of test/Programs/* Makefiles.Reid Spencer2004-09-051-39/+0
* Don't just assume that either uint64_t or u_int64_t is available. Instead,Reid Spencer2004-09-021-2/+3
* Added a check for u_int64_t, which is used by Interix.John Criswell2004-09-021-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-7/+7
* Add support for Interix and FreeBSDReid Spencer2004-08-311-2/+2
* Fix a "test" botch.Reid Spencer2004-08-311-25/+44
* Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer2004-08-311-0/+9
* Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer2004-08-291-15/+31
* Ensure that the examples get built.Reid Spencer2004-08-241-0/+1
* Actually name the #define correctly.Reid Spencer2004-08-201-1/+1
* Change version 1.3 -> 1.4Reid Spencer2004-08-201-1/+35
* Change the package identification to use one less level of quoting so thatReid Spencer2004-08-041-1/+1
* Revised the generation of files so that they follow the newer autoconfJohn Criswell2004-07-231-7/+12