aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Add posix macros in configure.ac, not in Makefile, so that they will be ↵Gravatar axel2006-08-01
| | | | | | honored by the configure tests darcs-hash:20060801013123-ac50b-0c561ad5afd6e71230e29a25d467ed63c47b9f17.gz
* Add __EXTENSIONS__ macro when under SolarisGravatar axel2006-08-01
| | | | darcs-hash:20060801013018-ac50b-08925f5e5239e48ca3024717d5fec2e82138ca5a.gz
* Provide fallback of killpg functionGravatar axel2006-07-31
| | | | darcs-hash:20060730205941-ac50b-ddcec32cc5ab74770b743fed3d131460ee576191.gz
* Provide fallback is struct winsize is not definedGravatar axel2006-07-31
| | | | darcs-hash:20060730205544-ac50b-26f34eb04b56924baa34f560fd274cf38413b5f5.gz
* Include siginfo.h in all signal-using files to make Solaris happy. Thanks to ↵Gravatar axel2006-07-31
| | | | | | Netocrat for the report and a description of the solution. darcs-hash:20060730202659-ac50b-1840aff40ec2467242bd107676c7426cdb14f643.gz
* Bump version numberGravatar axel2006-07-30
| | | | darcs-hash:20060729173243-ac50b-641e89defc78e0660cac6601acfb22c73c1cd32e.gz
* Include unistd.h and stropts.h in common.c to fix Solaris problems reported ↵Gravatar axel2006-07-28
| | | | | | by Netocrat darcs-hash:20060728125057-ac50b-455d5a9a1671ad3bfee61a46266b420aff1adb49.gz
* Move over fish_interactive.fish to be created by the Makefile, not by AutoconfGravatar axel2006-07-20
| | | | darcs-hash:20060720132850-ac50b-2f1a4815a2a67541d3461768d00e185168727b92.gz
* Make sure autoconf tells the Makefile whether gettext is installedGravatar axel2006-07-20
| | | | darcs-hash:20060720130148-ac50b-9aef2d0e708a1253187a215d0407764510ba0ff0.gz
* Remove translate.c. The gettext fallback functionality is moved to ↵Gravatar axel2006-07-20
| | | | | | fallback.c, the wide wrapper is moved to wutil.c darcs-hash:20060719225549-ac50b-0a55e805b04f4fe0afa99ea580901d62f39cdef5.gz
* Set value of install path macros like DATADIR from the Makefile, not ↵Gravatar axel2006-07-20
| | | | | | automatically by Autoconf using AC_DEFINE. That way we get correct expansion of ${prefix} and friends to their install-time value. This fixes a bug reported by James Vega. darcs-hash:20060719144104-ac50b-05001b151a54bf893ff4c5a82c5f040529e27f57.gz
* Initialize etc/fish and share/fish from the Makefile, not automatically by ↵Gravatar axel2006-07-19
| | | | | | Autoconf. That way we get correct expansion of ${prefix} and friends to their install-time value. This fixes a bug reported by James Vega. darcs-hash:20060718164155-ac50b-8ec6c63d9c4e52db2c1884fcffeab78333367773.gz
* Don't check for presence of Doxygen in the configure script, since it's no ↵Gravatar axel2006-07-17
| | | | | | longer needed to build fish darcs-hash:20060716225329-ac50b-7e48abb063dd717adfd00c571c5550978790d2bc.gz
* Bump version number to 1.21.9Gravatar axel2006-07-15
| | | | darcs-hash:20060715133812-ac50b-8178fc0baca9c476cae37ee8cde7a0cbb0857231.gz
* Provide fallback implementation of lrand48_rGravatar axel2006-06-15
| | | | darcs-hash:20060615105315-ac50b-155e1836d0bdc8f398776a816898718066adcdce.gz
* Minor typo in configure scriptGravatar axel2006-06-14
| | | | darcs-hash:20060613234036-ac50b-6ccced250383c11f7babbb321de925312bad9761.gz
* Bump version numberGravatar axel2006-06-01
| | | | darcs-hash:20060531154529-ac50b-92c8377b8b3164fa280c02b4752243295c4b7c40.gz
* Simplify code for detecting which macros are defined in sys/resource.h, no ↵Gravatar axel2006-05-20
| | | | | | configure-time tests are needed darcs-hash:20060519151443-ac50b-c87dba2175f5bf8d652c783559c3a9992247aa01.gz
* Bump version numberGravatar axel2006-05-20
| | | | darcs-hash:20060519141037-ac50b-52155b56cfcd60f4a57787cd29ef8fa3f6348acc.gz
* Add fallback del_curterm which does nothing, used in preference to BSD ↵Gravatar axel2006-05-11
| | | | | | curses del_curterm, which seems to do a double-free darcs-hash:20060511115846-ac50b-8d5fc054d31cff637d30e858ae8ffe2b1d1e8c03.gz
* Bump version numberGravatar axel2006-04-22
| | | | darcs-hash:20060422101024-ac50b-8cfc71d94572187d8d3a6ce890beee0a0225a09a.gz
* Bump version numberGravatar axel2006-04-19
| | | | darcs-hash:20060419124513-ac50b-f0c4bacee786ca9e147a86004aa90f5a09c04b34.gz
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ↵Gravatar axel2006-04-19
| | | | | | implementations to fallback.c. darcs-hash:20060419095628-ac50b-0e94e4205306bb99bb9dea72eec43b442520bf1b.gz
* Quote Doxygen test in configure script to remove warning - thanks to Ray ↵Gravatar axel2006-04-11
| | | | | | Hammond for the report and the fix darcs-hash:20060410141909-ac50b-f310b7e326ce28ae8a3bbc1a3c1d247511f3d860.gz
* Bump version numberGravatar axel2006-04-09
| | | | darcs-hash:20060408143210-ac50b-0a143a45d0510e67a75024b802a1ca677480e4c0.gz
* Release 1.21.3Gravatar axel2006-04-02
| | | | darcs-hash:20060402111721-ac50b-f5df9a3a3154a9bb37f4fcc6db3d4f44d12830ce.gz
* Minor edits in configure.acGravatar axel2006-03-30
| | | | darcs-hash:20060329213124-ac50b-8d25a34d621d698425b54e032238a2fe89d4a031.gz
* Further improvements to build system wrt detection of compiler and libc ↵Gravatar axel2006-03-29
| | | | | | features and prototypes, as discussed with James Antill on mailin list darcs-hash:20060329002500-ac50b-e7618e476ea69802bd2cb0076244f49a0f178df7.gz
* Remove gcc-specific cflags from makefile. Add them in the configure file, ↵Gravatar axel2006-03-26
| | | | | | but only if the compiler is gcc. darcs-hash:20060325161848-ac50b-23919c1d23bbc5eed81fd709b95802ea2d4e8f52.gz
* Fish PATH FixGravatar npilon2006-03-14
| | | | | | Moved PATH detection code to the start of share/fish. darcs-hash:20060313190724-c90d9-8e2e80910041e91b48d68154e9d8180d04689463.gz
* Add minor comment about error handling to configure.acGravatar axel2006-03-10
| | | | darcs-hash:20060310135024-ac50b-dd496725134db7eb3b55e7358a37eec481043b3e.gz
* Bump version numberGravatar axel2006-03-09
| | | | darcs-hash:20060309120008-ac50b-071e0ba004f208993cc09f1494dcae7b8be17a25.gz
* Re-add accidantally removed HAVE_GETTEXT substitutionGravatar axel2006-03-02
| | | | darcs-hash:20060302134541-ac50b-c3b8feb5e7838dac62465b08f809c16408473da3.gz
* Automatically rerun autoconf inside configure when neededGravatar axel2006-03-02
| | | | darcs-hash:20060302134444-ac50b-3fc88b85997b1839989e786db63ce6d44dbff2a8.gz
* Unbreak fwprintf autoconf check cpp symbolsGravatar axel2006-03-02
| | | | darcs-hash:20060302112917-ac50b-29d524dc3df09ad9a6e88669e6c20f46677ec2ee.gz
* Better commenting in configure.acGravatar axel2006-03-02
| | | | darcs-hash:20060302014729-ac50b-fba9ec3e24abb387bc63effbc86dd9177a9b95f0.gz
* Add additional -I includes to both CFLAGS and CPPFLAGSGravatar axel2006-03-02
| | | | darcs-hash:20060302013016-ac50b-38373bd0c6fd64189e4f87a90171cfa716ecf11e.gz
* Add an autoconf test to verify that fwprintf doesn't crash to avoid ↵Gravatar axel2006-03-02
| | | | | | non-working fish on DragonFlyBSD darcs-hash:20060302012858-ac50b-df97c2a1b4770473d2724222c51abe7110715813.gz
* Bump version number to 1.21.1Gravatar axel2006-02-25
| | | | darcs-hash:20060225112956-ac50b-d54565f84c9082c32bf0110163ab495778a9c347.gz
* Bump version number to 1.21.0Gravatar axel2006-02-25
| | | | darcs-hash:20060225022220-ac50b-27a71eef149c0caa5336d425f24686ce152dcad1.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
| | | | darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz
* Re-add check for presense of ncurses.h header fileGravatar axel2006-02-11
| | | | darcs-hash:20060211001050-ac50b-434f0d6ea015325f75f27aaebbc54d4b81f18a2c.gz
* 1.20.2Gravatar axel2006-02-07
| | | | darcs-hash:20060207115300-ac50b-036d087b1f3493d9ecd7fd1c31d31be5c77c26b6.gz
* Add /opt and /opt/local to list of possibly interesting directories for PATH ↵Gravatar axel2006-02-04
| | | | | | and library path darcs-hash:20060204113619-ac50b-97b1e6b3c2cf32fa12bf42486f9249319f4a531b.gz
* Add fink and pkgsrc /bin directories to PATH if they existGravatar axel2006-02-04
| | | | darcs-hash:20060203212901-ac50b-94e02eea218c2f40542efd62060a74796cdbe363.gz
* Fix broken test for realpath taking null as a second argumentGravatar axel2006-02-03
| | | | darcs-hash:20060203004145-ac50b-5357d5f203fa66d5aaef9059e3f03866d2e7f67d.gz
* Make autoconf detection for have__nl_msg_cat_cntr slightly more robustGravatar axel2006-02-03
| | | | darcs-hash:20060202152939-ac50b-9b38585f8c1d1855d08cc7fd1a75e51ff54a9b0e.gz
* Make stack traces print absolute filenamesGravatar axel2006-02-03
| | | | darcs-hash:20060202152356-ac50b-9e6ab31c03d5f49824ccca7eee3b8e62d66b0009.gz
* Autoconf tweaks to make library detection more robustGravatar axel2006-01-31
| | | | darcs-hash:20060130165706-ac50b-e7685a85f07811815fb01ac3b79609ea7f0a7786.gz
* Add translation support to wgetopt libraryGravatar axel2006-01-28
| | | | darcs-hash:20060128021740-ac50b-f670531d3d79cb8070756669f83f4e8b25233a0a.gz