dev-ml/ocplib-simplex: configure.ac depends fix. Bug #634344
authorTupone Alfredo <tupone@gentoo.org>
Sun, 15 Oct 2017 18:45:25 +0000 (20:45 +0200)
committerTupone Alfredo <tupone@gentoo.org>
Sun, 15 Oct 2017 18:45:25 +0000 (20:45 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-ml/ocplib-simplex/ocplib-simplex-0.3.ebuild

index cf06261cf33b0a284abb5dda8d9d44ec94b26ab7..af7162c862f446557b1081ad13aaa1fa73dc7447 100644 (file)
@@ -23,6 +23,8 @@ DOCS="CHANGES.md README.md extra/simplex_invariants.txt extra/TODO.txt"
 src_prepare() {
        default
        mv configure.{in,ac} || die
+       sed -i -e "s:configure.in:configure.ac:g" \
+               Makefile.in
        eautoreconf
 }