make rpm will fail with a '-' in the version number

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1350 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Joop Stakenborg, PG4I 2003-01-15 19:39:45 +00:00
rodzic 2de46e4b18
commit 2b3552b00c
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(hamlib, 1.1.4-cvs, hamlib-developer@lists.sourceforge.net)
AM_INIT_AUTOMAKE(hamlib, 1.1.4-cvs)
dnl Please do not use '-' in the version number, 'make rpm' will fail
AC_INIT(hamlib, 1.1.4cvs, hamlib-developer@lists.sourceforge.net)
AM_INIT_AUTOMAKE(hamlib, 1.1.4cvs)
AC_CONFIG_SRCDIR([include/hamlib/rig.h])
AM_CONFIG_HEADER(include/config.h)
AM_MAINTAINER_MODE