aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Expand)AuthorAge
* configure: use C++ for all tests, kill CFLAGSGravatar David Adam2013-10-02
* document and enforce Autoconf 2.60 or greaterGravatar David Adam (zanchey)2013-09-06
* Try to improve the error message printed when libcurses is not foundGravatar ridiculousfish2013-08-31
* configure.ac: don't add RPATH when searching for extra libsGravatar David Adam (zanchey)2013-08-22
* configure.ac: remove m4_esyscmd_sGravatar David Adam (zanchey)2013-08-17
* Fix compilation under CentOSGravatar Konrad Borowski2013-08-16
* configure.ac: generate the fish version number dynamicallyGravatar David Adam (zanchey)2013-08-11
* docs: configure/Makefile changes to require at least Doxygen 1.5Gravatar David Adam2013-06-19
* Conditionally include sys/sysctl.hGravatar Ian Ray2013-06-01
* Rearrange some macros in configure.ac so that CXXFLAGS can default to -g -O2 ...Gravatar ridiculousfish2013-04-19
* Build with -fno-exceptionsGravatar ridiculousfish2013-04-19
* Fixed check for msgfmt in configure.acGravatar Siteshwar Vashisht2013-04-16
* Remove xsel from the buildGravatar ridiculousfish2013-03-30
* Kill termio.h and sys/termios.hGravatar David Adam (zanchey)2013-03-05
* configure: disable gettext support if msgfmt isn't found (fixes https://githu...Gravatar David Adam (zanchey)2013-03-01
* configure: only check for gettext/dcgettext if we want them (makes --without-...Gravatar David Adam (zanchey)2013-03-01
* configure: only check for libintl if we want to use gettext (makes --without-...Gravatar David Adam (zanchey)2013-03-01
* Remove set_color from Makefile. Fix issue where builtin_set_color would mix o...Gravatar ridiculousfish2013-02-14
* Remove seq.in, in favor of the new function. Remove seq detection from config...Gravatar ridiculousfish2013-01-12
* Make "Checking how to use..." lower case.Gravatar Cheer Xiao2013-01-08
* Make fishd base its variable files on the MAC address instead of hostnameGravatar ridiculousfish2013-01-08
* remove -fno-optimize-sibling-calls flag for non-buggy setups; add extra comme...Gravatar Jan Kanis2013-01-07
* Made autoconf stop generating Doxyfile.help in preparation for Xcode document...Gravatar ridiculousfish2012-12-26
* Remove -rdynamic compilation flag for OSXGravatar lledey2012-12-12
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
* Adopt posix_spawn (!)Gravatar ridiculousfish2012-08-15
* Fix for https://github.com/fish-shell/fish-shell/issues/223Gravatar ridiculousfish2012-07-11
* Fix for https://github.com/fish-shell/fish-shell/issues/106Gravatar ridiculousfish2012-07-10
* 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