/* Define if you have a readline compatible library */
#undef HAVE_LIBREADLINE
-/* Define to 1 if you have the <linux/termios.h> header file. */
-#undef HAVE_LINUX_TERMIOS_H
-
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
# Define the identity of the package.
PACKAGE=abook
- VERSION=0.5.4rc3
+ VERSION=0.5.4
cat >>confdefs.h <<_ACEOF
-
-for ac_header in unistd.h locale.h termios.h linux/termios.h sys/ioctl.h
+for ac_header in unistd.h locale.h termios.h sys/ioctl.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
dnl abook configure.in
AC_INIT(abook.c)
-AM_INIT_AUTOMAKE(abook, 0.5.4rc3)
+AM_INIT_AUTOMAKE(abook, 0.5.4)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_C_INLINE
AC_PROG_INSTALL
AC_HEADER_STDC
-AC_CHECK_HEADERS(unistd.h locale.h termios.h linux/termios.h sys/ioctl.h)
+AC_CHECK_HEADERS(unistd.h locale.h termios.h sys/ioctl.h)
AC_CHECK_HEADER(stdarg.h,AC_DEFINE(HAVE_STDARG_H, 1, [Define if you have the <stdarg.h> header file.]),AC_MSG_ERROR([*** stdarg.h is missing on your system ***]))
AC_FUNC_STRCOLL
AC_CHECK_FUNCS(setlocale)
#endif
#ifdef HAVE_TERMIOS_H
# include <termios.h>
-#else
-# ifdef HAVE_LINUX_TERMIOS_H
-# include <linux/termios.h>
-# endif
#endif
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>