aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Expand)AuthorAge
* Add flags for long file support in configure.ac. They should be useful when s...Gravatar axel2007-02-05
* Add support for using __environ instead of environ, if it exists and environ ...Gravatar axel2007-01-28
* Add support for backtraces - if the compiler and libc version supports it (pr...Gravatar axel2007-01-20
* Bump version numberGravatar axel2006-12-08
* Fix bed indentation in a few placesGravatar axel2006-11-30
* Minor documentation, indentation tweaksGravatar axel2006-11-30
* Add --without-gettext switch to optionally disable gettext supportGravatar axel2006-11-30
* Fix missing man-page generation when building from darcs tree. Also simplifys...Gravatar axel2006-11-20
* Bump version numberGravatar axel2006-11-13
* Try to detect seq versions installed by earlier fish versions and replace themGravatar axel2006-11-03
* Check if any libraries need to be linked in order to use iconv. This is neede...Gravatar axel2006-11-03
* Code beutification in build filesGravatar axel2006-10-31
* Bump version numberGravatar axel2006-10-31
* Make the fish manpage in Doxygen and add it to the main fish documentationGravatar axel2006-10-26
* Add compiler warnings for some common incorrect usage of functions, such as f...Gravatar axel2006-10-20
* New version of the xdg fix. Unlike the previous version, this one should actu...Gravatar axel2006-10-10
* Fix compilation issues in xdg library caused missing headers. Thanks to James...Gravatar axel2006-10-10
* Bump version numberGravatar axel2006-09-04
* Minor polishGravatar axel2006-09-04
* Much more reliable getopt_long test. Idea from Netocrat.Gravatar axel2006-08-28
* Redo the -POSIX_C_SOURCE test to only add macros if they are found to fix thi...Gravatar axel2006-08-28
* Bump version numberGravatar axel2006-08-24
* Switch back to using -D for _POSIX_C_SOURCE and _XOPEN_SOURCE - solves build ...Gravatar netocrat2006-08-13
* Fix missing quote in configure.acGravatar axel2006-08-12
* Switch to using AC_DEFINE instead of using -D switces in CFLAGS for a few mac...Gravatar axel2006-08-11
* Remove unneded include in Autoconf test. Thanks to Netocrat.Gravatar axel2006-08-11
* Always redefine del_curterm to be a no-op under bsd, seeme the double free bu...Gravatar axel2006-08-11
* Add two BSD-specific preprocessor macros to get additional prototypes. Thanks...Gravatar axel2006-08-11
* Remove unneded includes in autoconf tesst and add possibly needed one. Thanks...Gravatar axel2006-08-11
* More header/autoconf fixes, improve winsize checkingGravatar axel2006-08-10
* Add missing sys/select.h header needed on FreeBSDGravatar axel2006-08-10
* Add posix macros in configure.ac, not in Makefile, so that they will be honor...Gravatar axel2006-08-01
* Add __EXTENSIONS__ macro when under SolarisGravatar axel2006-08-01
* Provide fallback of killpg functionGravatar axel2006-07-31
* Provide fallback is struct winsize is not definedGravatar axel2006-07-31
* Include siginfo.h in all signal-using files to make Solaris happy. Thanks to ...Gravatar axel2006-07-31
* Bump version numberGravatar axel2006-07-30
* Include unistd.h and stropts.h in common.c to fix Solaris problems reported b...Gravatar axel2006-07-28
* Move over fish_interactive.fish to be created by the Makefile, not by AutoconfGravatar axel2006-07-20
* Make sure autoconf tells the Makefile whether gettext is installedGravatar axel2006-07-20
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Set value of install path macros like DATADIR from the Makefile, not automati...Gravatar axel2006-07-20
* Initialize etc/fish and share/fish from the Makefile, not automatically by Au...Gravatar axel2006-07-19
* Don't check for presence of Doxygen in the configure script, since it's no lo...Gravatar axel2006-07-17
* Bump version number to 1.21.9Gravatar axel2006-07-15
* Provide fallback implementation of lrand48_rGravatar axel2006-06-15
* Minor typo in configure scriptGravatar axel2006-06-14
* Bump version numberGravatar axel2006-06-01
* Simplify code for detecting which macros are defined in sys/resource.h, no co...Gravatar axel2006-05-20
* Bump version numberGravatar axel2006-05-20