aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
Commit message (Expand)AuthorAge
* Add posix macros in configure.ac, not in Makefile, so that they will be honor...Gravatar axel2006-08-01
* Add _POSIX_C_SOURCE macro, to enable Posix mode of various headers. Should he...Gravatar axel2006-08-01
* Make sure install-sh is executable in the MakefileGravatar axel2006-07-31
* Reorder switches to msgfmt in makefile to make Solaris msgfmt happy. Thansk t...Gravatar axel2006-07-28
* Add missing Substitutions of prefix and optbindirs variables in share/fish.inGravatar axel2006-07-24
* Automatically sort manuals for builtins and commands when generating manualGravatar axel2006-07-22
* Add PACKAGE_TARNAME variable to makefile to make Debian packages happyGravatar axel2006-07-22
* Minor code edits. Use CHECK instead of a few error messages, add a few commen...Gravatar axel2006-07-21
* Update dependencies - This is needed to make fish build, since old dependenci...Gravatar axel2006-07-20
* 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
* Fix for the autoconf-changes in the porevious patch. The LOCALEDIR macro shou...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
* Two minor build fixes, thanks to Hiroshi SakuraiGravatar axel2006-07-17
* Add fix for build error in fish_testsGravatar axel2006-07-15
* Include fallback functions in set_color commandGravatar axel2006-06-16
* Slightly improve build system - dont link in ncurses into mimedb or set_colorGravatar axel2006-06-15
* Major restructuring of the buildsystem, meaning that the documentation doesn'...Gravatar axel2006-06-13
* Include user documentation with standard tarballs - this means you no longer ...Gravatar axel2006-06-12
* Move jobs builtin to its own fileGravatar axel2006-05-26
* Minor edits to Makefile. A mistyped .PHONY was corrected, a few stray .o file...Gravatar axel2006-04-21
* Do not call autoconf in Makefile, since configure will automatically reconfig...Gravatar axel2006-04-05
* Add tar and dist Makefile targetsGravatar axel2006-04-02
* Add Makefile rules for regenerating Makefile, configure script, etc. when neededGravatar axel2006-04-02
* Add missing space in shellscript for building rpmsGravatar axel2006-04-01
* Further improvements to build system wrt detection of compiler and libc featu...Gravatar axel2006-03-29
* Add hint on how to fix missing rpm-build when trying make rpmGravatar axel2006-03-27
* Remove gcc-specific cflags from makefile. Add them in the configure file, but...Gravatar axel2006-03-26
* Fish PATH FixGravatar npilon2006-03-14
* Adapt key_reader to changes in buildfilesGravatar axel2006-03-10
* Further comment clarification on -fno-optimize-siblingGravatar axel2006-03-09
* Drop the -fno-strict-aliasing flag for GCC in Makefile.in, since it dealt wit...Gravatar axel2006-03-07
* Remove fish_tests when doing make clean. This patch has been applied before, ...Gravatar axel2006-03-06
* Add output message when uninstalling legacy fish versionGravatar axel2006-03-06
* Some compiler flag tweaks, and elaborated comments on compiler flags useGravatar axel2006-03-06
* Remove correct files when using make distcleanGravatar axel2006-03-02
* Do gettext translation of descriptions just-in-time internally in fishGravatar axel2006-03-02
* Use correct objects list when building mimedbGravatar axel2006-03-01
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Update of the makefile on how to handle the directory hierarchy transitionGravatar axel2006-02-24
* Update build dependenciesGravatar axel2006-02-18
* Use the right sources for generating translation stringsGravatar axel2006-02-18
* Remove dropped fish_function.fish from MakefileGravatar axel2006-02-17
* Redo installation file structure, move lots of things to $PREFIX/share/fishGravatar axel2006-02-17
* Check for translation strings in function filesGravatar axel2006-02-13
* make sure fish_tests is deleted on make cleanGravatar axel2006-02-10
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Add missing fish_tests file to make cleanGravatar axel2006-02-09