make building easier, call autogen.sh

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1267 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Joop Stakenborg, PG4I 2002-11-08 19:06:49 +00:00
parent 242ce1a44a
commit 7c6f06f4e1
2 changed files with 5 additions and 1 deletions

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: hamlib
Section: hamradio
Priority: optional
Maintainer: Terry Dawson <terry@animats.net>
Build-Depends: debhelper (>> 3.0.0), autoconf, automake, libtool, doxygen
Build-Depends: debhelper (>> 3.0.0), autoconf (>=2.50), automake1.7 (>=1.7), libtool, doxygen
Standards-Version: 3.5.2
Package: hamlib1

4
debian/rules vendored
View File

@ -13,6 +13,10 @@ version=`cat configure.ac|grep AM_INIT|cut -d"," -f2|cut -d")" -f1|cut -d" " -f2
configure: configure-stamp
configure-stamp:
dh_testdir
@echo "!!"
@echo "if you see any errors add automake-1.7 and aclocal-1.7 to autogen.sh"
@echo "!!"
sh autogen.sh
# Add here commands to configure the package.
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info