X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=e423d851f11ccd2e6a950324c54c921d395581e7;hp=a9f8785e7b29410bee928485adb4b14ebde44e3c;hb=821492dacaf35773acc59b45ef2b3c4f072581f4;hpb=c31d703b2616507427f02dc5db35438eaafebb46 diff --git a/configure.ac b/configure.ac index a9f8785e..e423d851 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.61]) -AC_INIT([paraslash],[0.5.2],[maan@systemlinux.org]) +AC_INIT([paraslash],[git],[maan@systemlinux.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile]) @@ -757,7 +757,15 @@ if test "$have_readline" = "yes"; then fi if test "$have_readline" = "yes"; then - : + AC_CHECK_DECL( + [rl_free_keymap], + [AC_DEFINE(RL_FREE_KEYMAP_DECLARED, 1, readline >= 6.3)], + [], + [ + #include + #include + ] + ) AC_SUBST(readline_cppflags) AC_SUBST(readline_ldflags) AC_DEFINE(HAVE_READLINE, 1, define to 1 to turn on readline support) @@ -1094,6 +1102,7 @@ if test "$have_curses" = "yes"; then gui gui_theme time + sched version ggo "