kopia lustrzana https://github.com/Hamlib/Hamlib
prepare the list of bindings to be flexible
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@899 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.3
rodzic
2dbeeb9dc8
commit
6c85ddd92a
|
@ -5,7 +5,7 @@ aclocal_DATA = hamlib.m4
|
||||||
EXTRA_DIST = PLAN TODO LICENSE hamlib.m4
|
EXTRA_DIST = PLAN TODO LICENSE hamlib.m4
|
||||||
|
|
||||||
SUBDIRS = include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
|
SUBDIRS = include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
|
||||||
c++ tcl kylix tests doc
|
@BINDING_LIST@ tests doc
|
||||||
|
|
||||||
DIST_SUBDIRS = include lib libltdl src c++ tcl kylix tests doc \
|
DIST_SUBDIRS = include lib libltdl src c++ tcl kylix tests doc \
|
||||||
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
|
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
|
||||||
|
|
|
@ -74,6 +74,7 @@ AC_CHECK_LIB(syslog,syslog) # OS/2 needs this
|
||||||
dnl Checks for library functions.
|
dnl Checks for library functions.
|
||||||
AC_CHECK_FUNCS([atexit snprintf select gettimeofday memmove memset])
|
AC_CHECK_FUNCS([atexit snprintf select gettimeofday memmove memset])
|
||||||
AC_CHECK_FUNCS([strcasecmp strchr strdup strerror strrchr strstr strtol])
|
AC_CHECK_FUNCS([strcasecmp strchr strdup strerror strrchr strstr strtol])
|
||||||
|
AC_CHECK_FUNCS([cfmakeraw])
|
||||||
AC_REPLACE_FUNCS(getopt_long)
|
AC_REPLACE_FUNCS(getopt_long)
|
||||||
AC_REPLACE_FUNCS(usleep)
|
AC_REPLACE_FUNCS(usleep)
|
||||||
AC_FUNC_ALLOCA
|
AC_FUNC_ALLOCA
|
||||||
|
@ -156,6 +157,9 @@ AC_SUBST(NET)
|
||||||
|
|
||||||
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc"
|
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc"
|
||||||
ROT_BACKEND_LIST="dummy easycomm"
|
ROT_BACKEND_LIST="dummy easycomm"
|
||||||
|
BINDING_LIST="kylix c++ tcl"
|
||||||
|
|
||||||
|
AC_SUBST(BINDING_LIST)
|
||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
|
|
Ładowanie…
Reference in New Issue