diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-08-10 05:46:32 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-08-10 05:46:32 +0200 |
commit | 28280a70d9880c21efdff840246163a1b8e06a94 (patch) | |
tree | d95973ea267c755f349998bd9f8fd5706b334943 /configure.in | |
parent | aa112083f850e1b6c5c6ed9c9e59a568ff66a000 (diff) |
Import ax25-apps 0.0.3 from tarballax25-apps-0.0.3
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/configure.in b/configure.in index 27ccd83..55e4c35 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(ax25ipd/config.c) dnl For automake -VERSION=0.0.2 +VERSION=0.0.3 PACKAGE=ax25-apps AM_INIT_AUTOMAKE($PACKAGE,$VERSION) @@ -24,26 +24,11 @@ AC_CHECK_LIB(ncurses, initscr,NCURSES_LIB="-lncurses",NCURSES_LIB=) dnl Checks for working glibc 2.1 headers AC_MSG_CHECKING(for working netax25/ax25.h header file) -AC_HEADER_EGREP(ax25_fwd_struct, netax25/ax25.h,AC_DEFINE(HAVE_NETAX25_AX25_H)) -if $HAVE_NETAX25_AX25_H ; then - AC_MSG_RESULT(yes) -else - AC_MSG_RESULT(no) -fi +AC_EGREP_HEADER(ax25_fwd_struct, netax25/ax25.h,AC_DEFINE(HAVE_NETAX25_AX25_H) AC_MSG_RESULT(yes), AC_MSG_RESULT(no)) AC_MSG_CHECKING(for working netrom/netrom.h header file) -AC_HEADER_EGREP(unsigned int ndigis, netrom/netrom.h,AC_DEFINE(HAVE_NETROM_NETROM_H)) -if $HAVE_NETROM_NETROM_H ; then - AC_MSG_RESULT(yes) -else - AC_MSG_RESULT(no) -fi +AC_EGREP_HEADER(unsigned int ndigis, netrom/netrom.h,AC_DEFINE(HAVE_NETROM_NETROM_H) AC_MSG_RESULT(yes), AC_MSG_RESULT(no)) AC_MSG_CHECKING(for working netrose/rose.h header file) -AC_HEADER_EGREP(rose_facilities_struct, netrose/rose.h,AC_DEFINE(HAVE_NETROSE_ROSE_H)) -if $HAVE_NETROSE_ROSE_H ; then - AC_MSG_RESULT(yes) -else - AC_MSG_RESULT(no) -fi +AC_EGREP_HEADER(rose_facilities_struct, netrose/rose.h,AC_DEFINE(HAVE_NETROSE_ROSE_H) AC_MSG_RESULT(yes), AC_MSG_RESULT(no)) dnl Checks for header files. AC_HEADER_DIRENT |