aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Expand)AuthorAge
* Large set of changes related to making fish relocatable, and improving the bu...Gravatar ridiculousfish2012-07-08
* Check for libiconv_open if we can't find iconv_openGravatar Carl Johan Crafoord2012-06-10
* Improved check for pthread library to build successfully on LinuxGravatar ridiculousfish2012-01-06
* More work towards incorporating C++ build steps into Makefile.in and configur...Gravatar ridiculousfish2012-01-06
* Fix for bogus cast warning in configure script that was breaking local_cv_use...Gravatar ridiculousfish2012-01-06
* Fix to incorporate C++ build changes into configure.ac and Makefile.inGravatar ridiculousfish2012-01-06
* configure xsel in configure phaseGravatar Grissiom2010-09-18
* add XSEL_BIN var in configure.acGravatar Grissiom2010-09-18
* use variables as xsel targetGravatar Grissiom2010-09-18
* remove trialing spaces #2Gravatar Grissiom2010-09-18
* upgrade xsel to 1.2.0Gravatar Grissiom2010-09-18
* Bump version numberGravatar axel2009-03-09
* Hopefully make iconv detection work on OS X with non-gnu iconv implementationGravatar axel2009-02-23
* Make all fish that use universal variables binaries include iconvGravatar axel2009-02-03
* Make proper autoconf test for availability of posix nan function instead of f...Gravatar axel2009-02-03
* Fixed bug with configure.ac in autotools shipped with F10. This fix comes fro...Gravatar axel2009-02-02
* Bump version numberGravatar liljencrantz2008-01-13
* Make the maximum execve size test use sysconf. Create a fallback if sysconf i...Gravatar liljencrantz2007-10-15
* Add tparm fallback to use under systems having tparm with fixed number of par...Gravatar Claes Nästén2007-08-22
* Add source code prettyfier program called fish_indentGravatar axel2007-04-22
* Use per-binary LDFLAGS to remove linking to useless libraries. This will redu...Gravatar axel2007-03-24
* Various minor codee updates. Dead code removal, comment tweaking. Spelling fi...Gravatar axel2007-02-25
* Bump version numberGravatar axel2007-02-09
* 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