mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Update hard coded version value--need to fix.
This commit is contained in:
parent
33f25820ac
commit
ca0899ddc5
2 changed files with 6 additions and 2 deletions
|
|
@ -38,7 +38,9 @@ else
|
|||
exit $EX_NOINPUT
|
||||
fi
|
||||
|
||||
RELEASE=`/usr/bin/awk 'BEGIN{FS="["; RS="]"} /\[1\./ {print $2}' ./configure.ac`
|
||||
# FIXME: Determine RELEASE only from AC_INIT line to avoid any other similar
|
||||
# values and avoid hard coded version number.
|
||||
RELEASE=`/usr/bin/awk 'BEGIN{FS="["; RS="]"} /\[3\./ {print $2}' ./configure.ac`
|
||||
INST_DIR=`pwd`/mingw-inst
|
||||
ZIP_DIR=`pwd`/hamlib-VB.NET-${RELEASE}
|
||||
LIBUSB_WIN32_BIN_PATH=${BUILD_DIR}/${LIBUSB_VER}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ else
|
|||
exit $EX_NOINPUT
|
||||
fi
|
||||
|
||||
RELEASE=`/usr/bin/awk 'BEGIN{FS="["; RS="]"} /\[1\./ {print $2}' ./configure.ac`
|
||||
# FIXME: Determine RELEASE only from AC_INIT line to avoid any other similar
|
||||
# values and avoid hard coded version number.
|
||||
RELEASE=`/usr/bin/awk 'BEGIN{FS="["; RS="]"} /\[3\./ {print $2}' ./configure.ac`
|
||||
INST_DIR=`pwd`/mingw-inst
|
||||
ZIP_DIR=`pwd`/hamlib-win32-${RELEASE}
|
||||
LIBUSB_WIN32_BIN_PATH=${BUILD_DIR}/${LIBUSB_VER}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue