From: Rafaël Carré Date: Mon, 4 Feb 2008 12:44:03 +0000 (+0000) Subject: make.pl isn't autotools specific X-Git-Tag: 0.9.0-test0~2953 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=09ec56bdaa8ad8a8cd0305f6d390b6f9347ac722;p=vlc make.pl isn't autotools specific --- diff --git a/configure.ac b/configure.ac index 712970976b..315881a2a1 100644 --- a/configure.ac +++ b/configure.ac @@ -6204,7 +6204,7 @@ rm -f compile echo '#! /bin/sh' >compile echo "PATH=$PATH LANG=C make \$@ 2>&1| \\" >> compile -echo '`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/autotools/make.pl' >> compile +echo '`sed -ne "s/^top_srcdir *= *//p" < Makefile`/extras/buildsystem/make.pl' >> compile chmod a+x compile printf " diff --git a/extras/buildsystem/autotools/make.pl b/extras/buildsystem/make.pl similarity index 100% rename from extras/buildsystem/autotools/make.pl rename to extras/buildsystem/make.pl