midori/legacy.sh

14 lines
344 B
Bash
Raw Normal View History

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