mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Fix compilation under CentOS
I hope I didn't broke anything, but it works for me.
This commit is contained in:
parent
6ec4591f02
commit
ca8e4c08a7
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
#
|
||||
# This file is the main build configuration file for fish. It is used
|
||||
# to determine your systems capabilities, and tries to adapt fish to
|
||||
|
@ -9,6 +8,8 @@
|
|||
# configure the build process.
|
||||
#
|
||||
|
||||
m4_pattern_allow(m4_esyscmd_s)
|
||||
|
||||
m4_syscmd([build_tools/git_version_gen.sh 2>/dev/null])
|
||||
|
||||
AC_INIT(fish,
|
||||
|
|
Loading…
Reference in a new issue