diff mbox

zyre: remove unnecessary autoreconf options

Message ID 1393437649-22123-1-git-send-email-spdawson@gmail.com
State Accepted
Commit 9e40a1005f51d10784db295797ed270a130d79d5
Headers show

Commit Message

Simon Dawson Feb. 26, 2014, 6 p.m. UTC
The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags,
so there is no point in specifying these in the package makefile. Further,
the -v option to autoreconf is not required.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 package/zyre/zyre.mk | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard Feb. 26, 2014, 8:53 p.m. UTC | #1
>>>>> "Simon" == Simon Dawson <spdawson@gmail.com> writes:

 > The default $(PKG)_AUTORECONF_OPT already includes the -i and -f flags,
 > so there is no point in specifying these in the package makefile. Further,
 > the -v option to autoreconf is not required.

 > Signed-off-by: Simon Dawson <spdawson@gmail.com>

Committed to next, thanks.
diff mbox

Patch

diff --git a/package/zyre/zyre.mk b/package/zyre/zyre.mk
index 405697a..66952aa 100644
--- a/package/zyre/zyre.mk
+++ b/package/zyre/zyre.mk
@@ -11,7 +11,6 @@  ZYRE_LICENSE_FILES = COPYING COPYING.LESSER
 ZYRE_INSTALL_STAGING = YES
 ZYRE_DEPENDENCIES = filemq
 ZYRE_AUTORECONF = YES
-ZYRE_AUTORECONF_OPT = --install --force --verbose
 
 define ZYRE_CREATE_CONFIG_DIR
 	mkdir -p $(@D)/config