| SUMMARY = "A GNU tool that procude shell scripts to automatically configure software" |
| DESCRIPTION = "Autoconf is an extensible package of M4 macros that produce shell scripts to automatically \ |
| configure software source code packages. Autoconf creates a configuration script for a package from a template \ |
| file that lists the operating system features that the package can use, in the form of M4 macro calls." |
| HOMEPAGE = "http://www.gnu.org/software/autoconf/" |
| DEPENDS_class-native = "m4-native gnu-config-native" |
| DEPENDS_class-nativesdk = "nativesdk-m4 nativesdk-gnu-config" |
| RDEPENDS_${PN} = "m4 gnu-config \ |
| perl-module-file-basename \ |
| perl-module-file-compare \ |
| perl-module-getopt-long \ |
| perl-module-data-dumper \ |
| RDEPENDS_${PN}_class-native = "m4-native gnu-config-native" |
| SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz \ |
| file://program_prefix.patch" |
| inherit autotools texinfo |
| CACHED_CONFIGUREVARS += "ac_cv_path_PERL=${USRBINPATH}/perl" |
| rm -rf ${D}${datadir}/emacs |