mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
2008-06-11 Emmanuele Bassi <ebassi@openedhand.com>
* autogen.sh: Force overwriting when glib-gettextize is invoked by autogen.sh.
This commit is contained in:
parent
1db672f29f
commit
7014b9ed2c
10
autogen.sh
10
autogen.sh
@ -25,9 +25,15 @@ if test -z $GLIB_GETTEXTIZE; then
|
||||
echo "*** No glib-gettextize ***"
|
||||
exit 1
|
||||
else
|
||||
glib-gettextize || exit $?
|
||||
glib-gettextize -f || exit $?
|
||||
fi
|
||||
|
||||
autoreconf -v --install || exit $?
|
||||
AUTORECONF=`which autoreconf`
|
||||
if test -z $AUTORECONF; then
|
||||
echo "*** No autoreconf found ***"
|
||||
exit 1
|
||||
else
|
||||
autoreconf -v --install || exit $?
|
||||
fi
|
||||
|
||||
./configure "$@" && echo "Now type 'make' to compile $PROJECT."
|
||||
|
Loading…
Reference in New Issue
Block a user