prepare the list of bindings to be flexible

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@899 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2002-01-22 21:16:37 +00:00
rodzic 2dbeeb9dc8
commit 6c85ddd92a
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -5,7 +5,7 @@ aclocal_DATA = hamlib.m4
EXTRA_DIST = PLAN TODO LICENSE hamlib.m4
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 \
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \

Wyświetl plik

@ -74,6 +74,7 @@ AC_CHECK_LIB(syslog,syslog) # OS/2 needs this
dnl Checks for library functions.
AC_CHECK_FUNCS([atexit snprintf select gettimeofday memmove memset])
AC_CHECK_FUNCS([strcasecmp strchr strdup strerror strrchr strstr strtol])
AC_CHECK_FUNCS([cfmakeraw])
AC_REPLACE_FUNCS(getopt_long)
AC_REPLACE_FUNCS(usleep)
AC_FUNC_ALLOCA
@ -156,6 +157,9 @@ AC_SUBST(NET)
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc"
ROT_BACKEND_LIST="dummy easycomm"
BINDING_LIST="kylix c++ tcl"
AC_SUBST(BINDING_LIST)
case "$host_os" in
linux-gnu*)