* added new 'dummy' backend\n* misc update

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@379 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.1
Stéphane Fillod, F8CFE 2001-02-14 01:03:42 +00:00
rodzic e29abf0fb9
commit 31edbdd363
1 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -1,6 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(include/hamlib/rig.h)
AC_CANONICAL_SYSTEM
# version code:
V_MAJOR=1
@ -16,16 +15,17 @@ AC_SUBST(hamlibdocdir)
hamlibdocdir=$datadir/doc/hamlib
dnl Checks for programs.
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_PROG_LN_S
AC_ISC_POSIX
AC_PROG_CC
AC_AIX
AC_ISC_POSIX
AC_MINIX
AM_PROG_CC_STDC
AC_PROG_GCC_TRADITIONAL
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_PROG_LN_S
INCLUDES="${INCLUDES} -I\$(top_srcdir)/include -I\$(top_srcdir)/src"
CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE -DV_MAJOR=${V_MAJOR} -DV_MINOR=${V_MINOR}"
if test "${ac_cv_prog_gcc}" = "yes"; then
@ -34,7 +34,9 @@ fi
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h sys/ioccom.h linux/ppdev.h)
AC_CHECK_HEADERS(fcntl.h sys/ioctl.h sys/time.h unistd.h sys/ioccom.h linux/ppdev.h \
sgtty.h term.h termio.h termios.h)
dnl AC_HEADER_STAT
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
@ -149,6 +151,7 @@ AC_SUBST(DLL_PRELOAD)
AC_OUTPUT([Makefile
include/Makefile
include/hamlib/Makefile
dummy/Makefile
yaesu/Makefile
icom/Makefile
aor/Makefile