Cambio de nombre de vn-dev.m4 a dev-tools.m4 y modificación en autogen.sh
This commit is contained in:
parent
7d39316267
commit
8321089e6f
18
autogen.sh
18
autogen.sh
|
@ -1,5 +1,13 @@
|
||||||
gtkdocize --copy
|
#!/bin/sh
|
||||||
autoreconf -fi
|
|
||||||
glib-gettextize --force --copy
|
test -n "$srcdir" || srcdir=`dirname "$0"`
|
||||||
intltoolize --copy --force --automake
|
test -n "$srcdir" || srcdir=.
|
||||||
automake --add-missing --copy
|
|
||||||
|
builddir=`pwd`
|
||||||
|
mkdir -p $builddir/m4
|
||||||
|
|
||||||
|
cd $srcdir
|
||||||
|
gtkdocize --copy || exit $?
|
||||||
|
autoreconf -fi || exit $?
|
||||||
|
glib-gettextize --copy --force || exit $?
|
||||||
|
intltoolize --copy --force --automake || exit $?
|
Reference in New Issue