summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Expand)AuthorAge
* Save Reid's notes from bugzilla on the proper procedure to upgrade libtoolMisha Brukman2004-10-13
* Changes for libtool 1.5.10Reid Spencer2004-10-13
* Update for libtool 1.5.10Reid Spencer2004-10-13
* Harden the version requirements to the set that actually works after threeReid Spencer2004-10-13
* Directory changesReid Spencer2004-10-10
* Ensure timestamp on saved contents of configure.ac is not changed.Reid Spencer2004-10-10
* Add the --with-automake option to AutoRegen.sh and provide the automakeReid Spencer2004-10-08
* Add checks for the ZLIB and BZIP2 header files, not just the libraries.Reid Spencer2004-10-04
* Move the warning about no compression library down to the bottom, awayReid Spencer2004-10-04
* Provide support for auto-detection and use of compression libraries.Reid Spencer2004-10-04
* Add checks for bzip2 and libz for use with the Compression concept forReid Spencer2004-10-02
* Improve warningAlkis Evlogimenos2004-09-27
* Updated the last two header files so that they are configured withJohn Criswell2004-09-24
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-24
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-24
* Change the warning text so that NO warnings are permitted. This is now theReid Spencer2004-09-21
* Don't attempt to (illegally) configure a subdir if we don't recognize it.Reid Spencer2004-09-21
* Fix the program passed to AC_LANG_PROGRAM to be only the BODY of the mainReid Spencer2004-09-21
* Use the right directory for the Java frontendAlkis Evlogimenos2004-09-20
* Correct the use AC_RUN_IFELSE to ensure it builds programs correctly byReid Spencer2004-09-20
* The problem with depending on the internal implementation of third partyReid Spencer2004-09-20
* Update the script to generate mklib instead of libtool.Reid Spencer2004-09-20
* Various minor cleanups and replacement of obsoleted macro names.Reid Spencer2004-09-19
* Numerous fixes to convert ~ into ; that (probably) occurred during dataReid Spencer2004-09-19
* Bring the script out of the dark ages and into modern autoconfness.Reid Spencer2004-09-19
* Make the "Warning" notice a LOT more prominent.Reid Spencer2004-09-19
* Add in version dependency checks on all the tools we depend on. This isReid Spencer2004-09-19
* Add our own version of libtool.m4 instead of relying on the installed one.Reid Spencer2004-09-19
* Update to latest versions of config.guess and config.sub fromBrian Gaeke2004-09-10
* recognize MinGWBrian Gaeke2004-09-08
* PAPI check has been moved to projects/reopt.Brian Gaeke2004-09-07
* Removed this file as its contents are now in the m4 directory.Reid Spencer2004-09-07
* - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projectsReid Spencer2004-09-07
* - Perform all validity checks before doing anything.Reid Spencer2004-09-07
* move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files.Reid Spencer2004-09-07
* Individual autoconf function broken out of acincludes.m4. This changeReid Spencer2004-09-07
* Remove configuration of test/Programs/* Makefiles.Reid Spencer2004-09-05
* Don't just assume that either uint64_t or u_int64_t is available. Instead,Reid Spencer2004-09-02
* Added a check for u_int64_t, which is used by Interix.John Criswell2004-09-02
* Changes For Bug 352Reid Spencer2004-09-01
* Add support for Interix and FreeBSDReid Spencer2004-08-31
* Fix a "test" botch.Reid Spencer2004-08-31
* Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer2004-08-31
* Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer2004-08-29
* Ensure that the examples get built.Reid Spencer2004-08-24
* Actually name the #define correctly.Reid Spencer2004-08-20
* Change version 1.3 -> 1.4Reid Spencer2004-08-20
* Change the package identification to use one less level of quoting so thatReid Spencer2004-08-04
* Revised the generation of files so that they follow the newer autoconfJohn Criswell2004-07-23
* Add AC_MSG_CHECKING and AC_MSG_RESULT statements which were missingBrian Gaeke2004-07-21