X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=059f2f2ce022eec1f150eb3d12e6a7a074ec8eeb;hb=b6ec4813b592757e39784b9b370f3b12ae876954;hp=ccaf5dbb135015717ed17d8a640334207a974c29;hpb=92f54a3e99b0c6b952380725219fc606ca082ef9;p=sigrok-firmware-fx2lafw.git diff --git a/configure.ac b/configure.ac index ccaf5dbb..059f2f2c 100644 --- a/configure.ac +++ b/configure.ac @@ -14,14 +14,13 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## # We require at least autoconf 2.63 (AC_INIT format changed there). AC_PREREQ([2.63]) -AC_INIT([sigrok-firmware-fx2lafw], [0.1.2], +AC_INIT([sigrok-firmware-fx2lafw], [0.1.7], [sigrok-devel@lists.sourceforge.net], [sigrok-firmware-fx2lafw], [http://www.sigrok.org]) AC_CONFIG_AUX_DIR([autostuff]) @@ -38,13 +37,13 @@ AC_CHECK_PROGS([SDCC], [sdcc sdcc-sdcc]) AS_IF([test "x$SDCC" = x], [AC_MSG_ERROR([cannot find sdcc.])]) -AC_CHECK_PROGS([SDCCLIB], [sdcclib sdcc-sdcclib]) -AS_IF([test "x$SDCCLIB" = x], - [AC_MSG_ERROR([cannot find sdcclib.])]) +AC_CHECK_PROGS([SDAR], [sdar sdcc-sdar]) +AS_IF([test "x$SDAR" = x], + [AC_MSG_ERROR([cannot find sdar.])]) sf_sdcc_version=`$SDCC --version | sed -n 's/.* \([[0-9]][[0-9]]*\.[[0-9]][[0-9]]*\.[[0-9]][[0-9]]*\) .*/\1/p;q' 2>&AS_MESSAGE_LOG_FD` -AS_VERSION_COMPARE([$sf_sdcc_version], [2.9.0], - [AC_MSG_ERROR([At least version 2.9.0 of sdcc is required.])]) +AS_VERSION_COMPARE([$sf_sdcc_version], [3.4.0], + [AC_MSG_ERROR([At least version 3.4.0 of sdcc is required.])]) AC_CHECK_PROGS([OBJCOPY], [objcopy]) AC_CHECK_PROGS([MAKEBIN], [makebin sdcc-makebin])