mpc: autoreconf no longer needed
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Oct 2013 08:11:11 +0000 (10:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Oct 2013 08:11:11 +0000 (10:11 +0200)
Since 0be0899bfda5 (mpc: bump to version 1.0.1 and license change), we
no longer patch configure.ac, so we can skip the autoreconf step.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mpc/mpc.mk

index 84e4ff370cae98b0c88c369da228da5b16729790..1023665fd1f52f2e6316ab82a4686f5fc21c42ef 100644 (file)
@@ -10,8 +10,6 @@ MPC_LICENSE = LGPLv3+
 MPC_LICENSE_FILES = COPYING.LESSER
 MPC_INSTALL_STAGING = YES
 MPC_DEPENDENCIES = gmp mpfr
-MPC_AUTORECONF = YES
-HOST_MPC_AUTORECONF = YES
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))