tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Using autoconf during package build?



On Thu, Feb 26, 2015 at 06:46:03PM +0100, Hauke Fath wrote:
> USE_TOOLS+=    		autoconf-2.13

From mk/tools/autoconf.mk:

# If a package needs to use GNU autoconf, then the package Makefile
# should contain one of the following lines:
#
#       USE_TOOLS+=     autoconf        # use recent GNU autoconf (>=2.50)
#       USE_TOOLS+=     autoconf213     # use GNU autoconf ~2.13

So remove the '-' and the '.'.

 Thomas


Home | Main Index | Thread Index | Old Index