kopia lustrzana https://github.com/Hamlib/Hamlib
* added new 'dummy' backend\n* misc update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@379 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.1
rodzic
e29abf0fb9
commit
31edbdd363
15
configure.in
15
configure.in
|
@ -1,6 +1,5 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(include/hamlib/rig.h)
|
AC_INIT(include/hamlib/rig.h)
|
||||||
AC_CANONICAL_SYSTEM
|
|
||||||
|
|
||||||
# version code:
|
# version code:
|
||||||
V_MAJOR=1
|
V_MAJOR=1
|
||||||
|
@ -16,16 +15,17 @@ AC_SUBST(hamlibdocdir)
|
||||||
hamlibdocdir=$datadir/doc/hamlib
|
hamlibdocdir=$datadir/doc/hamlib
|
||||||
|
|
||||||
dnl Checks for programs.
|
dnl Checks for programs.
|
||||||
AC_PROG_MAKE_SET
|
|
||||||
AC_PROG_INSTALL
|
|
||||||
AC_PROG_LN_S
|
|
||||||
AC_ISC_POSIX
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_AIX
|
AC_AIX
|
||||||
|
AC_ISC_POSIX
|
||||||
AC_MINIX
|
AC_MINIX
|
||||||
AM_PROG_CC_STDC
|
AM_PROG_CC_STDC
|
||||||
AC_PROG_GCC_TRADITIONAL
|
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"
|
INCLUDES="${INCLUDES} -I\$(top_srcdir)/include -I\$(top_srcdir)/src"
|
||||||
CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE -DV_MAJOR=${V_MAJOR} -DV_MINOR=${V_MINOR}"
|
CPPFLAGS="${CPPFLAGS} -D_GNU_SOURCE -DV_MAJOR=${V_MAJOR} -DV_MINOR=${V_MINOR}"
|
||||||
if test "${ac_cv_prog_gcc}" = "yes"; then
|
if test "${ac_cv_prog_gcc}" = "yes"; then
|
||||||
|
@ -34,7 +34,9 @@ fi
|
||||||
|
|
||||||
dnl Checks for header files.
|
dnl Checks for header files.
|
||||||
AC_HEADER_STDC
|
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.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
AC_C_CONST
|
AC_C_CONST
|
||||||
|
@ -149,6 +151,7 @@ AC_SUBST(DLL_PRELOAD)
|
||||||
AC_OUTPUT([Makefile
|
AC_OUTPUT([Makefile
|
||||||
include/Makefile
|
include/Makefile
|
||||||
include/hamlib/Makefile
|
include/hamlib/Makefile
|
||||||
|
dummy/Makefile
|
||||||
yaesu/Makefile
|
yaesu/Makefile
|
||||||
icom/Makefile
|
icom/Makefile
|
||||||
aor/Makefile
|
aor/Makefile
|
||||||
|
|
Ładowanie…
Reference in New Issue