mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fixed bug with configure.ac in autotools shipped with F10. This fix comes from James Reeves.
darcs-hash:20090201140928-ac50b-952a8ba0596e3cf4f4a4a94f226fd04ec607075f.gz
This commit is contained in:
parent
c6427c5a47
commit
9111b85437
1 changed files with 16 additions and 16 deletions
32
configure.ac
32
configure.ac
|
@ -16,22 +16,22 @@ AC_INIT(fish,1.23.0,fish-users@lists.sf.net)
|
||||||
# List of output variables produced by this configure script
|
# List of output variables produced by this configure script
|
||||||
#
|
#
|
||||||
|
|
||||||
AC_SUBST( docdir )
|
AC_SUBST(docdir)
|
||||||
AC_SUBST( HAVE_GETTEXT )
|
AC_SUBST(HAVE_GETTEXT)
|
||||||
AC_SUBST( LDFLAGS_FISH )
|
AC_SUBST(LDFLAGS_FISH)
|
||||||
AC_SUBST( LIBS_FISH )
|
AC_SUBST(LIBS_FISH)
|
||||||
AC_SUBST( LIBS_FISH_INDENT )
|
AC_SUBST(LIBS_FISH_INDENT)
|
||||||
AC_SUBST( LIBS_FISH_PAGER )
|
AC_SUBST(LIBS_FISH_PAGER)
|
||||||
AC_SUBST( LIBS_FISHD )
|
AC_SUBST(LIBS_FISHD)
|
||||||
AC_SUBST( LIBS_MIMEDB )
|
AC_SUBST(LIBS_MIMEDB)
|
||||||
AC_SUBST( LIBS_SET_COLOR )
|
AC_SUBST(LIBS_SET_COLOR)
|
||||||
AC_SUBST( localedir )
|
AC_SUBST(localedir)
|
||||||
AC_SUBST( optbindirs )
|
AC_SUBST(optbindirs)
|
||||||
AC_SUBST( prefix )
|
AC_SUBST(prefix)
|
||||||
AC_SUBST( SEQ_FALLBACK )
|
AC_SUBST(SEQ_FALLBACK)
|
||||||
AC_SUBST( XSEL )
|
AC_SUBST(XSEL)
|
||||||
AC_SUBST( XSEL_MAN )
|
AC_SUBST(XSEL_MAN)
|
||||||
AC_SUBST( XSEL_MAN_PATH )
|
AC_SUBST(XSEL_MAN_PATH)
|
||||||
|
|
||||||
#
|
#
|
||||||
# If needed, run autoconf to regenerate the configure file
|
# If needed, run autoconf to regenerate the configure file
|
||||||
|
|
Loading…
Reference in a new issue