]> git.sesse.net Git - vlc/blobdiff - bootstrap
demux: avi: improve broken index offset heuristic (fix #14120)
[vlc] / bootstrap
index 6726871a881b092bf56f89332fd951e8fe67530a..76a93e117a022390b91f733e2fb8fc3596ebd2f1 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -61,10 +61,10 @@ fi
 ###
 
 echo "generating modules/**/Makefile.am"
-find modules/ -name Modules.am | \
-sed -ne 's,modules/\(.*\)/Modules.am,\1,p' | \
-while read d; do
-       sh modules/genmf "$d"
+for d in modules/*/*/Modules.am; do
+       d="${d#modules/}"
+       d="${d%/Modules.am}"
+       ${CONFIG_SHELL-sh} modules/genmf "$d"
        printf "."
 done
 printf "\n"
@@ -75,14 +75,8 @@ set -x
 ###  classic bootstrap stuff
 ###
 
-# Automake complains if these are not present
-echo > ABOUT-NLS
-cp -f INSTALL INSTALL.git
-
 autoreconf --install --force --verbose ${ACLOCAL_ARGS}
-rm -f po/Makevars.template ABOUT-NLS
-echo > ABOUT-NLS
-mv -f INSTALL.git INSTALL
+rm -f po/Makevars.template
 
 ##
 ##  files which need to be regenerated