wok rev 21443

minicom: inserted autogen.sh
author Hans-G?nter Theisgen
date Mon Apr 29 14:48:04 2019 +0100 (2019-04-29)
parents d9b6a0ef7bb5
children 526643e4fb00
files minicom/receipt
line diff
     1.1 --- a/minicom/receipt	Mon Apr 29 14:38:41 2019 +0100
     1.2 +++ b/minicom/receipt	Mon Apr 29 14:48:04 2019 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="http://alioth.debian.org/frs/download.php/3195/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="ncurses"
     1.7 -BUILD_DEPENDS="ncurses-dev"
     1.8 +BUILD_DEPENDS="automake ncurses-dev"
     1.9  CONFIG_FILES="/etc/minirc.dfl"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12 @@ -20,6 +20,7 @@
    1.13  {
    1.14  	sed -i 's/getline/get_line/' src/minicom.c
    1.15  
    1.16 +	./autogen.sh &&
    1.17  	./configure				\
    1.18  		--sysconfdir=/etc		\
    1.19  		--prefix=/usr			\