aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Expand)AuthorAge
* 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
* Add fallback del_curterm which does nothing, used in preference to BSD curses...Gravatar axel2006-05-11
* Bump version numberGravatar axel2006-04-22
* Bump version numberGravatar axel2006-04-19
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ...Gravatar axel2006-04-19
* Quote Doxygen test in configure script to remove warning - thanks to Ray Hamm...Gravatar axel2006-04-11
* Bump version numberGravatar axel2006-04-09
* Release 1.21.3Gravatar axel2006-04-02
* Minor edits in configure.acGravatar axel2006-03-30
* Further improvements to build system wrt detection of compiler and libc featu...Gravatar axel2006-03-29
* Remove gcc-specific cflags from makefile. Add them in the configure file, but...Gravatar axel2006-03-26
* Fish PATH FixGravatar npilon2006-03-14
* Add minor comment about error handling to configure.acGravatar axel2006-03-10
* Bump version numberGravatar axel2006-03-09
* Re-add accidantally removed HAVE_GETTEXT substitutionGravatar axel2006-03-02
* Automatically rerun autoconf inside configure when neededGravatar axel2006-03-02
* Unbreak fwprintf autoconf check cpp symbolsGravatar axel2006-03-02
* Better commenting in configure.acGravatar axel2006-03-02
* Add additional -I includes to both CFLAGS and CPPFLAGSGravatar axel2006-03-02
* Add an autoconf test to verify that fwprintf doesn't crash to avoid non-worki...Gravatar axel2006-03-02
* Bump version number to 1.21.1Gravatar axel2006-02-25
* Bump version number to 1.21.0Gravatar axel2006-02-25
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Re-add check for presense of ncurses.h header fileGravatar axel2006-02-11
* 1.20.2Gravatar axel2006-02-07
* Add /opt and /opt/local to list of possibly interesting directories for PATH ...Gravatar axel2006-02-04
* Add fink and pkgsrc /bin directories to PATH if they existGravatar axel2006-02-04
* Fix broken test for realpath taking null as a second argumentGravatar axel2006-02-03
* Make autoconf detection for have__nl_msg_cat_cntr slightly more robustGravatar axel2006-02-03
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Autoconf tweaks to make library detection more robustGravatar axel2006-01-31
* Add translation support to wgetopt libraryGravatar axel2006-01-28