File lash-automake-fix.diff of Package lash
--- Makefile.am-dist 2005-10-06 21:03:33.000000000 +0200
+++ Makefile.am 2005-10-17 14:20:32.000000000 +0200
@@ -1,5 +1,7 @@
SUBDIRS = m4 docs lash liblash lashd clients icons
+ACLOCAL_AMFLAGS = -I m4
+
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lash-1.0.pc
--- m4/readline.m4-dist 2005-10-17 14:17:17.000000000 +0200
+++ m4/readline.m4 2005-10-17 14:22:30.000000000 +0200
@@ -31,6 +31,7 @@
if test "$vl_cv_lib_readline" != "no"; then
AC_DEFINE(HAVE_LIBREADLINE, 1,
[Define if you have a readline compatible library])
+ READLINE_LIBS="$vl_cv_lib_readline"
AC_CHECK_HEADERS(readline.h readline/readline.h)
AC_CACHE_CHECK([whether readline supports history],
vl_cv_lib_readline_history, [