kopia lustrzana https://github.com/Hamlib/Hamlib
* added new AOR backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@256 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.0
rodzic
5733b0c984
commit
9b205163f9
|
@ -1,2 +1,2 @@
|
|||
EXTRA_DIST = COPYING INSTALL PLAN README THANKS TODO WANTED
|
||||
SUBDIRS = include src icom ft747 ft847 tests doc
|
||||
SUBDIRS = include src icom ft747 ft847 aor tests doc
|
||||
|
|
|
@ -2741,8 +2741,8 @@ done
|
|||
ac_given_srcdir=$srcdir
|
||||
ac_given_INSTALL="$INSTALL"
|
||||
|
||||
trap 'rm -fr `echo "ft747/Makefile ft847/Makefile icom/Makefile Makefile \
|
||||
include/Makefile include/hamlib/Makefile src/Makefile \
|
||||
trap 'rm -fr `echo "ft747/Makefile ft847/Makefile icom/Makefile aor/Makefile \
|
||||
Makefile include/Makefile include/hamlib/Makefile src/Makefile \
|
||||
tests/Makefile doc/Makefile include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
@ -2847,8 +2847,8 @@ EOF
|
|||
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
CONFIG_FILES=\${CONFIG_FILES-"ft747/Makefile ft847/Makefile icom/Makefile Makefile \
|
||||
include/Makefile include/hamlib/Makefile src/Makefile \
|
||||
CONFIG_FILES=\${CONFIG_FILES-"ft747/Makefile ft847/Makefile icom/Makefile aor/Makefile \
|
||||
Makefile include/Makefile include/hamlib/Makefile src/Makefile \
|
||||
tests/Makefile doc/Makefile "}
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<\EOF
|
||||
|
@ -3029,3 +3029,4 @@ chmod +x $CONFIG_STATUS
|
|||
rm -fr confdefs* $ac_clean_files
|
||||
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
||||
|
||||
|
||||
|
|
|
@ -87,6 +87,7 @@ AC_SUBST(V_MAJOR)
|
|||
AC_SUBST(V_MINOR)
|
||||
AC_SUBST(DLL_PRELOAD)
|
||||
|
||||
AC_OUTPUT( ft747/Makefile ft847/Makefile icom/Makefile Makefile \
|
||||
include/Makefile include/hamlib/Makefile src/Makefile \
|
||||
AC_OUTPUT( ft747/Makefile ft847/Makefile icom/Makefile aor/Makefile \
|
||||
Makefile include/Makefile include/hamlib/Makefile src/Makefile \
|
||||
tests/Makefile doc/Makefile )
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue