midori/legacy.sh
2008-10-11 07:27:52 +02:00

14 lines
344 B
Bash
Executable file

#!/bin/sh
# This file is licensed under the terms of the expat license, see the file EXPAT.
echo "no" | glib-gettextize --force --copy
intltoolize --copy --force --automake
libtoolize --copy --force || glibtoolize --copy --force
aclocal
autoheader
autoconf
automake --add-missing --copy
echo "Now running the configure script"
./configure $*