|
@@ -18,20 +18,11 @@ else
|
|
|
echo Found GNU Make at $MAKE ... good.
|
|
echo Found GNU Make at $MAKE ... good.
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
-# Refresh GNU autotools toolchain.
|
|
|
|
|
-for i in config.guess config.sub missing install-sh mkinstalldirs ; do
|
|
|
|
|
- test -r /usr/share/automake/${i} && {
|
|
|
|
|
- rm -f ${i}
|
|
|
|
|
- cp /usr/share/automake/${i} .
|
|
|
|
|
- }
|
|
|
|
|
- chmod 755 ${i}
|
|
|
|
|
-done
|
|
|
|
|
-
|
|
|
|
|
|
|
+autopoint --force
|
|
|
aclocal -I lib
|
|
aclocal -I lib
|
|
|
autoheader
|
|
autoheader
|
|
|
-automake --add-missing --copy
|
|
|
|
|
|
|
+automake --add-missing --force-missing
|
|
|
autoconf
|
|
autoconf
|
|
|
-autopoint --force
|
|
|
|
|
|
|
|
|
|
if [ -f debian/rules ] ; then
|
|
if [ -f debian/rules ] ; then
|
|
|
chmod +x debian/rules
|
|
chmod +x debian/rules
|