diff options
Diffstat (limited to 'repo/autoconf')
-rw-r--r-- | repo/autoconf/autoconf.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/autoconf/autoconf.xibuild b/repo/autoconf/autoconf.xibuild index 8068345..9b4330f 100644 --- a/repo/autoconf/autoconf.xibuild +++ b/repo/autoconf/autoconf.xibuild @@ -1,7 +1,6 @@ #!/bin/sh -MAKEDEPS="make" -DEPS="gawk m4 diffutils perl sh gettext" +MAKEDEPS="make gawk m4 diffutils perl sh gettext" PKG_VER=2.71 SOURCE=https://ftp.gnu.org/gnu/autoconf/autoconf-$PKG_VER.tar.xz |