fftw.inc: automake 1.10 workaround
authorKoen Kooi <koen@openembedded.org>
Fri, 27 Jul 2007 08:16:54 +0000 (08:16 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 27 Jul 2007 08:16:54 +0000 (08:16 +0000)
packages/fftw/fftw.inc

index 8929bec..88c946b 100644 (file)
@@ -11,6 +11,10 @@ S = "${WORKDIR}/fftw-${PV}"
 
 inherit autotools pkgconfig
 
+do_configure_prepend() {
+        echo 'AM_PROG_AS' >> ${S}/configure.ac 
+}
+
 do_stage () {
         autotools_stage_all
 }