From 7c6f06f4e154e5b893c79b9553373473df01c099 Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Fri, 8 Nov 2002 19:06:49 +0000 Subject: [PATCH] make building easier, call autogen.sh git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1267 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- debian/control | 2 +- debian/rules | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4428df05d..dba4b6e31 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: hamlib Section: hamradio Priority: optional Maintainer: Terry Dawson -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 diff --git a/debian/rules b/debian/rules index c932b7c05..2cb711263 100644 --- a/debian/rules +++ b/debian/rules @@ -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