htop: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:19:41 +01:00
parent 681f8d5cea
commit f63c47b082
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,6 @@
. config/options $1
cd $PKG_BUILD
$AUTORECONF
ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes \
./configure --host=$TARGET_NAME \

View File

@ -12,3 +12,5 @@ PKG_SECTION="debug"
PKG_SHORTDESC="htop: Htop is an ncurses based interactive process viewer for Linux."
PKG_LONGDESC="Htop is an ncurses based interactive process viewer for Linux."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"