mirror of https://github.com/GNOME/gimp.git
call libtoolize explictly, since newer automakes don't run it for us
2002-10-01 Manish Singh <yosh@gimp.org> * autogen.sh: call libtoolize explictly, since newer automakes don't run it for us anymore
This commit is contained in:
parent
8e64f969a2
commit
7cd8793bf6
|
@ -1,3 +1,8 @@
|
|||
2002-10-01 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* autogen.sh: call libtoolize explictly, since newer automakes
|
||||
don't run it for us anymore
|
||||
|
||||
2002-09-30 Simon Budig <simon@gimp.org>
|
||||
|
||||
* data/brushes/1circle.gbr: fixed the default spacing, so that
|
||||
|
|
|
@ -196,6 +196,7 @@ fi
|
|||
$AUTOMAKE --add-missing $am_opt
|
||||
autoconf
|
||||
|
||||
libtoolize --copy --force
|
||||
glib-gettextize --copy --force
|
||||
intltoolize --copy --force --automake
|
||||
|
||||
|
|
Loading…
Reference in New Issue