| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Closes #766
doesn't appear to actually be required, and adding RPATH breaks Debian and OpenSUSE policy
all flames to me
|
|
|
|
|
|
|
|
|
|
|
|
| |
m4_esyscmd_s is a macro only available in Autoconf 2.64, which despite
being released in 2009 is not available on a number of build targets for
the project (specifically CentOS/RHEL 6).
ca8e4c08a78 tries to remove the error produced with m4_pattern_allow,
but that just silences the sanity check.
Instead, replace m4_esyscmd_s with m4_esyscmd + manual removal of
newlines.
|
|
|
| |
I hope I didn't broke anything, but it works for me.
|
|
|
|
| |
Note that this will NOT get updated on every run - even if autoconf is run manually, the value may be cached. The PACKAGE_VERSION variable/symbol will not be reliable. Use FISH_BUILD_VERSION instead.
|
| |
|
| |
|
|
|
|
| |
again
|
|
|
|
| |
https://github.com/fish-shell/fish-shell/issues/664
|
| |
|
|
|
|
| |
https://github.com/fish-shell/fish-shell/issues/633
|
|
|
|
|
|
|
|
|
|
|
| |
On FreeBSD, compilation complains that "this file includes
<sys/termios.h> which is deprecated, use <termios.h> instead". On Linux
and FreeBSD, <sys/termios.h> literally just pulls in <termios.h>. On OS
X and Solaris, <termios.h> pulls in <sys/termios.h>.
<termio.h> doesn't exist on FreeBSD or Mac OS X, and on Linux is marked
as deprecated and just includes <termios.h>. It does exist on Solaris,
but no `struct termio` is ever actually used in the codebase.
|
|
|
|
| |
https://github.com/fish-shell/fish-shell/issues/548)
|
|
|
|
| |
--without-gettext work on platforms where gettext exists but isn't wanted)
|
|
|
|
| |
--without-gettext actually work)
|
|
|
|
| |
output modes up
|
|
|
|
| |
configure.ac. Teach the Makefile how to remove old installed seqs.
|
|
|
|
|
| |
The configure script generated by autoconf uses lower case "checking". Let's
keep in line. :)
|
|
|
|
| |
Fixes https://github.com/fish-shell/fish-shell/issues/183
|
|
|
|
| |
comment regarding ./configure arguments
|
|
|
|
| |
documentation build phase
|
|
|
|
|
|
| |
This flag is used for the backtrace() function. It provides more information
for the backtrace on Linux, but is useless on OSX.
Signed-off-by: lledey <lledey@gmail.com>
|
| |
|
|
|
|
|
| |
Rewrite IO chains to be a vector of pointers, instead of a linked list
Removed io_transmogrify
|
|
|
|
| |
Use -rpath instead of -R
|
|
|
|
| |
Lets us configure and build on FreeBSD
|
|
|
|
|
|
|
|
|
| |
build and install story.
- etc/config.fish and share/config.fish are now "universal" and no longer reference install paths or need to be touched by autotools. They've been removed from config.fish.in to config.fish.
- fish now attempts to determine __fish_datadir and __fish_sysconfdir relative to the path of the fish executable itself (typically by walking up one directory). This means that you can copy the directory hierarchy around and things will still work. The compiled-in paths are used as a backup.
- The fish Xcode project now can build fish natively, without needing autotools.
- Version bumped to 2.0
|
| |
|
| |
|
|
|
|
| |
configure.ac
|
|
|
|
| |
local_cv_use__posix_c_source
|
| |
|
|
|
|
| |
... and with the same arguments of fish
|
| |
|
| |
|
| |
|
|
|
|
| |
xsel 1.0 begin to support UFT-8.
|
|
|
|
| |
darcs-hash:20090308144106-ac50b-e64db4a3009f99b3c1d206bba1781775faef671c.gz
|
|
|
|
| |
darcs-hash:20090222191649-ac50b-4f7010fdbf662b71cb7c4c99d2ae6e00c7cccb83.gz
|
|
|
|
| |
darcs-hash:20090203002620-ac50b-6be533cd1bf7dd043d96547b2c2f3ab4cda30e10.gz
|
|
|
|
|
|
| |
fudging with the NAN macro.
darcs-hash:20090202232049-ac50b-0176955677ff39fdd05eeefa20dca883863c34e6.gz
|
|
|
|
|
|
| |
from James Reeves.
darcs-hash:20090201140928-ac50b-952a8ba0596e3cf4f4a4a94f226fd04ec607075f.gz
|
|
|
|
| |
darcs-hash:20080113011626-75c98-5037824714b5f39b8e4786d724bd047275e4c718.gz
|
|
|
|
|
|
| |
is unavailable.
darcs-hash:20071015113936-75c98-078e9f8727e91d41fabc80827bf97c8e04dd97ba.gz
|
|
|
|
|
|
| |
paramters, required with Solaris curses. Updated configure script to check for c99 for compilation with Sun Studio under solaris and updated LDFlAGS for fish_pager etc to include library dependencies from common.c etc.
darcs-hash:20070822075741-cac88-5532b074490bce1d7f37289b1774a4a5e44416d8.gz
|
|
|
|
| |
darcs-hash:20070422100312-ac50b-a073999b7dc172259c8200f3e740c921647222a0.gz
|
|
|
|
|
|
| |
reduce the size of the binaries and may also speed up startup time slightly. These changes are based on suggestions and a patch by James Vega.
darcs-hash:20070324105629-ac50b-64425ff68a18e3adf51eee141d3a4450405c1ddb.gz
|
|
|
|
|
|
| |
fixes, etc.
darcs-hash:20070225111738-ac50b-9656f807d2e41ebb06a43e10925834420740e20d.gz
|