aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Expand)AuthorAge
* 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
* 1.20.1Gravatar axel2006-01-27
* Minor build fixGravatar axel2006-01-27
* Add autoconf test for regex.hGravatar axel2006-01-25
* Add simple fallback implementation of seq command, installed automatically on...Gravatar axel2006-01-23
* Minor tweaks of init filesGravatar axel2006-01-22
* Add autoconf test for presense of _nl_msg_cat_cntrGravatar axel2006-01-22
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Don't include intl headers in translate.h if we're not going to use gettextGravatar axel2006-01-19
* Optionally add intl library, needed by gettext on NetBSD. Also clean up confi...Gravatar axel2006-01-18
* Set version to 1.20.0Gravatar axel2006-01-17
* Cleanup configure.ac and make it automatically run autoheaderGravatar axel2006-01-16
* some little correctionsGravatar Jan Fader jan.fader@web.de2006-01-11
* Improve detection of futimes function, and make it fail without giving an err...Gravatar axel2006-01-10
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04