#!/bin/sh aclocal -I m4 \ && libtoolize --force --copy \ && autoheader \ && automake --add-missing --foreign --copy \ && autoconf \ && intltoolize --copy --force --automake \ && perl -i -pe "s/^DISTFILES\b/# Makevars gets inserted here. (Don't remove this line!)\n\nDISTFILES/" po/Makefile.in.in \ && perl -i -pe 's/\bscm\b/scm-workaround/g' intltool-update.in \ && perl -i -pe 's%"(POTFILES.(skip|ignore))"%"\$SRCDIR/$1"%g' intltool-update.in \ && perl -i -pe 's%(-f "\$SRCDIR/../\$dummy")%$1 and ! -f "../\$dummy"%' intltool-update.in \ && cp po/Makefile.in.in qt/chardict/po \ && ed qt/chardict/po/Makefile.in.in <