kopia lustrzana https://github.com/Hamlib/Hamlib
* bumped version number to 1.1.1
* added kenwood sub-Makefile git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@308 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.1.1
rodzic
bd27b79571
commit
0cb05f2810
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_INIT(include/hamlib/rig.h)
|
||||
# version code:
|
||||
V_MAJOR=1
|
||||
V_MINOR=1.0
|
||||
V_MINOR=1.1
|
||||
AM_INIT_AUTOMAKE(hamlib, ${V_MAJOR}.${V_MINOR})
|
||||
AM_CONFIG_HEADER(include/config.h)
|
||||
AC_PREREQ(2.10)dnl dnl Minimum Autoconf version required.
|
||||
|
@ -107,6 +107,7 @@ AC_SUBST(V_MINOR)
|
|||
AC_SUBST(DLL_PRELOAD)
|
||||
|
||||
AC_OUTPUT( ft747/Makefile ft847/Makefile icom/Makefile aor/Makefile \
|
||||
kenwood/Makefile \
|
||||
Makefile include/Makefile include/hamlib/Makefile src/Makefile \
|
||||
tests/Makefile doc/Makefile )
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue