net-libs/libsrtp: Rename configure.in to configure.ac
authorMike Gilbert <floppym@gentoo.org>
Tue, 31 Oct 2017 17:24:03 +0000 (13:24 -0400)
committerMike Gilbert <floppym@gentoo.org>
Tue, 31 Oct 2017 17:28:26 +0000 (13:28 -0400)
Upstream: https://github.com/cisco/libsrtp/pull/367
Package-Manager: Portage-2.3.12_p5, Repoman-2.3.3_p75

net-libs/libsrtp/libsrtp-1.6.0.ebuild
net-libs/libsrtp/libsrtp-2.1.0.ebuild

index 01c1247601882183f189abd664c41227da60bb8f..791b790914ec7196df9c0b10ab2eab8afdf37e77 100644 (file)
@@ -36,6 +36,7 @@ src_prepare() {
        # using test/rtpw.c guaratees the file exists in any case
        sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die
 
+       mv configure.in configure.ac || die
        eautoreconf
 }
 
index 2321a7cd5f487535237f7a890034ee0ea1f715bd..791ef4e5563326b92aeeae7e27af1aa94c7ba180 100644 (file)
@@ -33,6 +33,7 @@ src_prepare() {
        # using test/rtpw.c guaratees the file exists in any case
        sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c || die
 
+       mv configure.in configure.ac || die
        eautoreconf
 
        # sadly, tests are too broken to even consider using work-arounds