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:
axel 2009-02-02 00:09:28 +10:00
parent c6427c5a47
commit 9111b85437

View file

@ -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