git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@694 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.3
Stéphane Fillod, F8CFE 2001-10-18 20:41:50 +00:00
rodzic 725995d50a
commit 3f2cea317f
3 zmienionych plików z 26 dodań i 22 usunięć

42
configure vendored
Wyświetl plik

@ -3688,7 +3688,7 @@ EOF
fi fi
done done
for ac_header in stdlib.h values.h for ac_header in stdlib.h values.h rpc/rpc.h
do do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
echo "$as_me:3694: checking for $ac_header" >&5 echo "$as_me:3694: checking for $ac_header" >&5
@ -9928,12 +9928,16 @@ fi
case "$host_os" in case "$host_os" in
linux-gnu*) linux-gnu*)
# Winradio only under Linux (until someone port it on other os) # Winradio only under Linux (until someone port it on other os)
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco winradio uniden tentec kachina rpcrig" BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco winradio uniden tentec kachina"
;; ;;
*) *)
BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina rpcrig" BACKEND_LIST="icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina"
esac esac
if test "${ac_cv_header_rpc_rpc_h}" = "yes" ; then
BACKEND_LIST="$BACKEND_LIST rpcrig"
fi
for be in ${BACKEND_LIST} ; do for be in ${BACKEND_LIST} ; do
BACKENDLNK="${BACKENDLNK} -dlopen ../${be}/libhamlib-${be}.la" BACKENDLNK="${BACKENDLNK} -dlopen ../${be}/libhamlib-${be}.la"
BACKENDEPS="${BACKENDEPS} ../${be}/libhamlib-${be}.la" BACKENDEPS="${BACKENDEPS} ../${be}/libhamlib-${be}.la"
@ -10020,7 +10024,7 @@ DEFS=-DHAVE_CONFIG_H
: ${CONFIG_STATUS=./config.status} : ${CONFIG_STATUS=./config.status}
ac_clean_files_save=$ac_clean_files ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS" ac_clean_files="$ac_clean_files $CONFIG_STATUS"
{ echo "$as_me:10023: creating $CONFIG_STATUS" >&5 { echo "$as_me:10027: creating $CONFIG_STATUS" >&5
echo "$as_me: creating $CONFIG_STATUS" >&6;} echo "$as_me: creating $CONFIG_STATUS" >&6;}
cat >$CONFIG_STATUS <<_ACEOF cat >$CONFIG_STATUS <<_ACEOF
#! $SHELL #! $SHELL
@ -10196,7 +10200,7 @@ cat >>$CONFIG_STATUS <<\EOF
echo "$ac_cs_version"; exit 0 ;; echo "$ac_cs_version"; exit 0 ;;
--he | --h) --he | --h)
# Conflict between --help and --header # Conflict between --help and --header
{ { echo "$as_me:10199: error: ambiguous option: $1 { { echo "$as_me:10203: error: ambiguous option: $1
Try \`$0 --help' for more information." >&5 Try \`$0 --help' for more information." >&5
echo "$as_me: error: ambiguous option: $1 echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2;} Try \`$0 --help' for more information." >&2;}
@ -10215,7 +10219,7 @@ Try \`$0 --help' for more information." >&2;}
ac_need_defaults=false;; ac_need_defaults=false;;
# This is an error. # This is an error.
-*) { { echo "$as_me:10218: error: unrecognized option: $1 -*) { { echo "$as_me:10222: error: unrecognized option: $1
Try \`$0 --help' for more information." >&5 Try \`$0 --help' for more information." >&5
echo "$as_me: error: unrecognized option: $1 echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2;} Try \`$0 --help' for more information." >&2;}
@ -10285,7 +10289,7 @@ do
"hamlib.spec" ) CONFIG_FILES="$CONFIG_FILES hamlib.spec" ;; "hamlib.spec" ) CONFIG_FILES="$CONFIG_FILES hamlib.spec" ;;
"default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
"include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;; "include/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
*) { { echo "$as_me:10288: error: invalid argument: $ac_config_target" >&5 *) { { echo "$as_me:10292: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;} echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };; { (exit 1); exit 1; }; };;
esac esac
@ -10555,7 +10559,7 @@ done; }
esac esac
if test x"$ac_file" != x-; then if test x"$ac_file" != x-; then
{ echo "$as_me:10558: creating $ac_file" >&5 { echo "$as_me:10562: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;} echo "$as_me: creating $ac_file" >&6;}
rm -f "$ac_file" rm -f "$ac_file"
fi fi
@ -10573,7 +10577,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;; -) echo $tmp/stdin ;;
[\\/$]*) [\\/$]*)
# Absolute (can't be DOS-style, as IFS=:) # Absolute (can't be DOS-style, as IFS=:)
test -f "$f" || { { echo "$as_me:10576: error: cannot find input file: $f" >&5 test -f "$f" || { { echo "$as_me:10580: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;} echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; } { (exit 1); exit 1; }; }
echo $f;; echo $f;;
@ -10586,7 +10590,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f echo $srcdir/$f
else else
# /dev/null tree # /dev/null tree
{ { echo "$as_me:10589: error: cannot find input file: $f" >&5 { { echo "$as_me:10593: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;} echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; } { (exit 1); exit 1; }; }
fi;; fi;;
@ -10647,7 +10651,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
* ) ac_file_in=$ac_file.in ;; * ) ac_file_in=$ac_file.in ;;
esac esac
test x"$ac_file" != x- && { echo "$as_me:10650: creating $ac_file" >&5 test x"$ac_file" != x- && { echo "$as_me:10654: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;} echo "$as_me: creating $ac_file" >&6;}
# First look for the input files in the build tree, otherwise in the # First look for the input files in the build tree, otherwise in the
@ -10658,7 +10662,7 @@ echo "$as_me: creating $ac_file" >&6;}
-) echo $tmp/stdin ;; -) echo $tmp/stdin ;;
[\\/$]*) [\\/$]*)
# Absolute (can't be DOS-style, as IFS=:) # Absolute (can't be DOS-style, as IFS=:)
test -f "$f" || { { echo "$as_me:10661: error: cannot find input file: $f" >&5 test -f "$f" || { { echo "$as_me:10665: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;} echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; } { (exit 1); exit 1; }; }
echo $f;; echo $f;;
@ -10671,7 +10675,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
echo $srcdir/$f echo $srcdir/$f
else else
# /dev/null tree # /dev/null tree
{ { echo "$as_me:10674: error: cannot find input file: $f" >&5 { { echo "$as_me:10678: error: cannot find input file: $f" >&5
echo "$as_me: error: cannot find input file: $f" >&2;} echo "$as_me: error: cannot find input file: $f" >&2;}
{ (exit 1); exit 1; }; } { (exit 1); exit 1; }; }
fi;; fi;;
@ -10788,7 +10792,7 @@ cat >>$CONFIG_STATUS <<\EOF
rm -f $tmp/in rm -f $tmp/in
if test x"$ac_file" != x-; then if test x"$ac_file" != x-; then
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
{ echo "$as_me:10791: $ac_file is unchanged" >&5 { echo "$as_me:10795: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;} echo "$as_me: $ac_file is unchanged" >&6;}
else else
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
@ -10950,7 +10954,7 @@ if test "$no_recursion" != yes; then
# parts of a large source tree are present. # parts of a large source tree are present.
test -d $srcdir/$ac_subdir || continue test -d $srcdir/$ac_subdir || continue
{ echo "$as_me:10953: configuring in $ac_subdir" >&5 { echo "$as_me:10957: configuring in $ac_subdir" >&5
echo "$as_me: configuring in $ac_subdir" >&6;} echo "$as_me: configuring in $ac_subdir" >&6;}
case $srcdir in case $srcdir in
.) ;; .) ;;
@ -10972,7 +10976,7 @@ done; }
if test -d ./$ac_subdir; then :; if test -d ./$ac_subdir; then :;
else else
{ { echo "$as_me:10975: error: cannot create \`pwd\`/$ac_subdir" >&5 { { echo "$as_me:10979: error: cannot create \`pwd\`/$ac_subdir" >&5
echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;} echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
{ (exit 1); exit 1; }; } { (exit 1); exit 1; }; }
fi fi
@ -11003,7 +11007,7 @@ echo "$as_me: error: cannot create \`pwd\`/$ac_subdir" >&2;}
elif test -f $ac_sub_srcdir/configure.in; then elif test -f $ac_sub_srcdir/configure.in; then
ac_sub_configure=$ac_configure ac_sub_configure=$ac_configure
else else
{ echo "$as_me:11006: WARNING: no configuration information is in $ac_subdir" >&5 { echo "$as_me:11010: WARNING: no configuration information is in $ac_subdir" >&5
echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;} echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
ac_sub_configure= ac_sub_configure=
fi fi
@ -11017,12 +11021,12 @@ echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2;}
ac_sub_cache_file=$ac_dots$cache_file ;; ac_sub_cache_file=$ac_dots$cache_file ;;
esac esac
{ echo "$as_me:11020: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5 { echo "$as_me:11024: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&5
echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;} echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" >&6;}
# The eval makes quoting arguments work. # The eval makes quoting arguments work.
eval $ac_sub_configure $ac_sub_configure_args \ eval $ac_sub_configure $ac_sub_configure_args \
--cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir || --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir ||
{ { echo "$as_me:11025: error: $ac_sub_configure failed for $ac_subdir" >&5 { { echo "$as_me:11029: error: $ac_sub_configure failed for $ac_subdir" >&5
echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;} echo "$as_me: error: $ac_sub_configure failed for $ac_subdir" >&2;}
{ (exit 1); exit 1; }; } { (exit 1); exit 1; }; }
fi fi

Wyświetl plik

@ -121,7 +121,7 @@ noinst_HEADERS = rpcrig.h rpcrig_backend.h
EXTRA_DIST = rpcrig.x $(man_MANS) EXTRA_DIST = rpcrig.x $(man_MANS)
RPCGEN = rpcgen RPCGEN = rpcgen
subdir = rpc subdir = rpcrig
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES = CONFIG_CLEAN_FILES =
@ -193,7 +193,7 @@ distclean-libtool:
-rm -f libtool -rm -f libtool
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd $(top_srcdir) && \ cd $(top_srcdir) && \
$(AUTOMAKE) --gnu rpc/Makefile $(AUTOMAKE) --gnu rpcrig/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && \ cd $(top_builddir) && \
CONFIG_HEADERS= CONFIG_LINKS= \ CONFIG_HEADERS= CONFIG_LINKS= \

Wyświetl plik

@ -106,7 +106,7 @@ libhamlib_a_SOURCES = $(RIGSRC)
libhamlib_a_LIBADD = $(LIBLTDL) libhamlib_a_LIBADD = $(LIBLTDL)
libhamlib_a_DEPENDENCIES = $(LIBLTDL) libhamlib_a_DEPENDENCIES = $(LIBLTDL)
noinst_HEADERS = event.h misc.h serial.h cal.h conf.h noinst_HEADERS = event.h misc.h serial.h cal.h conf.h tone_tbl.h
subdir = src subdir = src
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h CONFIG_HEADER = $(top_builddir)/include/config.h