Commit 7abec1b3 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mpc: autoreconf no longer needed



Since 0be0899b (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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent ebc81933
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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))