aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
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 _POSIX_C_SOURCE macro, to enable Posix mode of various headers. Should ↵Gravatar axel2006-08-01
| | | | | | help under Solaris. Thanks to Netocrat for the suggestion. darcs-hash:20060731153213-ac50b-14f8402a743dd67f34e3699e993cef329fdd9427.gz
* Make sure install-sh is executable in the MakefileGravatar axel2006-07-31
| | | | darcs-hash:20060730210506-ac50b-9869e637a768aefd6ec7db33cec5f2defb29eb36.gz
* Reorder switches to msgfmt in makefile to make Solaris msgfmt happy. Thansk ↵Gravatar axel2006-07-28
| | | | | | to Netocrat for the report. darcs-hash:20060728130715-ac50b-84c09814f3c2cb859d3efc8593161186dff6fcc3.gz
* Add missing Substitutions of prefix and optbindirs variables in share/fish.inGravatar axel2006-07-24
| | | | darcs-hash:20060723170402-ac50b-551cff33ca0e831505b5891fada0a017c3ea1370.gz
* Automatically sort manuals for builtins and commands when generating manualGravatar axel2006-07-22
| | | | darcs-hash:20060722095326-ac50b-6d1cdefa7fb3e6f71368be2a205e9ed9e84a1624.gz
* Add PACKAGE_TARNAME variable to makefile to make Debian packages happyGravatar axel2006-07-22
| | | | darcs-hash:20060721223909-ac50b-d970c0e6104e9be4eb082030193dbc4a667d10c3.gz
* Minor code edits. Use CHECK instead of a few error messages, add a few ↵Gravatar axel2006-07-21
| | | | | | comments, etc. darcs-hash:20060721010831-ac50b-e9ad82a3885969f9a43e6219523e2bd1867e26ed.gz
* Update dependencies - This is needed to make fish build, since old ↵Gravatar axel2006-07-20
| | | | | | dependencies include removed files. Thansk to Netocreat for the notice. darcs-hash:20060720133045-ac50b-a5f84ded2003a5cd9c8fe5d32b9773d5498763b0.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
* Fix for the autoconf-changes in the porevious patch. The LOCALEDIR macro ↵Gravatar axel2006-07-20
| | | | | | should be a regular string, not a wide string darcs-hash:20060719165803-ac50b-1b76c45b77469c0a7dbf47b866ab127bd48780e5.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
* Two minor build fixes, thanks to Hiroshi SakuraiGravatar axel2006-07-17
| | | | darcs-hash:20060717134217-ac50b-e7ec4f4ef1a4267486e746dacee79749048e3afe.gz
* Add fix for build error in fish_testsGravatar axel2006-07-15
| | | | darcs-hash:20060715123903-ac50b-b9facd514360e534ab655177c8cd9cee0e9aa914.gz
* Include fallback functions in set_color commandGravatar axel2006-06-16
| | | | darcs-hash:20060615152419-ac50b-e3ff8cffb004f7f381ca6d8e4bd5c039b451835d.gz
* Slightly improve build system - dont link in ncurses into mimedb or set_colorGravatar axel2006-06-15
| | | | darcs-hash:20060615135200-ac50b-e39889a0f566306f3ae1c7a39f2a7dd5c387fa2c.gz
* Major restructuring of the buildsystem, meaning that the documentation ↵Gravatar axel2006-06-13
| | | | | | doesn't needlessly rebuild itself, and the size of the fish binary drops slightly darcs-hash:20060613134328-ac50b-05ae75eb5cc081b680f38e8866fac00a679cc266.gz
* Include user documentation with standard tarballs - this means you no longer ↵Gravatar axel2006-06-12
| | | | | | need Doxygen to build fish, and should make life easier for packagers darcs-hash:20060612110743-ac50b-0dcfea7ce14856840ee66afb2c70bb23fcbfee6f.gz
* Move jobs builtin to its own fileGravatar axel2006-05-26
| | | | darcs-hash:20060526113811-ac50b-9c0ed1aa26cd2f247978e406bea86e8c36d73710.gz
* Minor edits to Makefile. A mistyped .PHONY was corrected, a few stray .o ↵Gravatar axel2006-04-21
| | | | | | files are now properly removed by make clean, and the dependency list has been updated darcs-hash:20060420150028-ac50b-b3b6b04023f1c039d167e5f67c89cbbaa6bd0cdc.gz
* Do not call autoconf in Makefile, since configure will automatically ↵Gravatar axel2006-04-05
| | | | | | reconfigure itself if configure.ac has changed darcs-hash:20060405124918-ac50b-0f45ddc7759383d930e0473a281f092566570210.gz
* Add tar and dist Makefile targetsGravatar axel2006-04-02
| | | | darcs-hash:20060402111622-ac50b-8ac169b0f05fd68c1c8a375ae60049422e3fad47.gz
* Add Makefile rules for regenerating Makefile, configure script, etc. when neededGravatar axel2006-04-02
| | | | darcs-hash:20060402111525-ac50b-533e15f7ab5d63c2f8258b5a5ae8adc5bafd9221.gz
* Add missing space in shellscript for building rpmsGravatar axel2006-04-01
| | | | darcs-hash:20060331165626-ac50b-922778808ac54955cf6b1a43e4ae5e2264ac6ae1.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
* Add hint on how to fix missing rpm-build when trying make rpmGravatar axel2006-03-27
| | | | darcs-hash:20060326175237-ac50b-703940a231be96991d5d94c451b12f7c4e6f649f.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
* Adapt key_reader to changes in buildfilesGravatar axel2006-03-10
| | | | darcs-hash:20060310134317-ac50b-14691f97a817f52f663679797e69f60419ec5d03.gz
* Further comment clarification on -fno-optimize-siblingGravatar axel2006-03-09
| | | | darcs-hash:20060309115638-ac50b-e6a67c4061bd576a8de261d46b85d984fd926b0c.gz
* Drop the -fno-strict-aliasing flag for GCC in Makefile.in, since it dealt ↵Gravatar axel2006-03-07
| | | | | | with type punning using anonymous unions, which fish doesn't have anymore darcs-hash:20060306184924-ac50b-cfcb9fff791a1fc6d8d18961cf760c13829b5707.gz
* Remove fish_tests when doing make clean. This patch has been applied before, ↵Gravatar axel2006-03-06
| | | | | | but must have gotten lost along the way. darcs-hash:20060305212706-ac50b-751e88e86e03b94a18566ce02a0808697298d3bf.gz
* Add output message when uninstalling legacy fish versionGravatar axel2006-03-06
| | | | darcs-hash:20060305212630-ac50b-8ff128370f83ef6d12a1f3941a7fd6f73852dbc3.gz
* Some compiler flag tweaks, and elaborated comments on compiler flags useGravatar axel2006-03-06
| | | | darcs-hash:20060305212330-ac50b-f37c3f5464545965c1b4ace9282622111f8783a9.gz
* Remove correct files when using make distcleanGravatar axel2006-03-02
| | | | darcs-hash:20060302012654-ac50b-e441be3287ca2a14d11fc8491a45407e72b6598a.gz
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
| | | | darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
* Use correct objects list when building mimedbGravatar axel2006-03-01
| | | | darcs-hash:20060301012818-ac50b-aa2429ac2b7a0af4d91e4b59038e345115a6350f.gz
* Move all fallbacks for standard and not-so-standard unix functions to ↵Gravatar axel2006-02-28
| | | | | | fallback.c, in order to have a one-stop place to look for such functions darcs-hash:20060228131716-ac50b-0832193dbcaf7191dcb24456dc40f2e861a1382e.gz
* Update of the makefile on how to handle the directory hierarchy transitionGravatar axel2006-02-24
| | | | darcs-hash:20060223153556-ac50b-4af8c2376a37c28f056b7fef37db3fb371a3e899.gz
* Update build dependenciesGravatar axel2006-02-18
| | | | darcs-hash:20060218023432-ac50b-9cfdc633f4b6834dea4324f429b1decca6d9e110.gz
* Use the right sources for generating translation stringsGravatar axel2006-02-18
| | | | darcs-hash:20060218023332-ac50b-5a2cec156ad5c49d052f17cf14fd14e72e0aa137.gz
* Remove dropped fish_function.fish from MakefileGravatar axel2006-02-17
| | | | darcs-hash:20060217103540-ac50b-5ea95b93bd93512100e652e2cd8146d4f2fdbf58.gz
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
| | | | darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz
* Check for translation strings in function filesGravatar axel2006-02-13
| | | | darcs-hash:20060212222406-ac50b-10424c1daeb9e81054c87bbf8f7839da72cb05bb.gz
* make sure fish_tests is deleted on make cleanGravatar axel2006-02-10
| | | | darcs-hash:20060209215101-ac50b-48d6e4ffa276e55e0ab896040a7070294061a4ce.gz
* Another halloc:ification of fish. Halloc has been extended to allow ↵Gravatar axel2006-02-10
| | | | | | registering function calls, this has allowed the creation of halloc-handled arraylists, stringbuffers, etc. More job parsing halloc-ification has reduced the error handling code to only a shadow of it's former self darcs-hash:20060209155020-ac50b-e119c5293ce2368e252cfc01b98ab7c629fdd678.gz
* Add missing fish_tests file to make cleanGravatar axel2006-02-09
| | | | darcs-hash:20060208180342-ac50b-a4cf2411534c8c1bd3db335152d4615f951529c8.gz