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
|
||||
autoreconf -fi
|
||||
glib-gettextize --force --copy
|
||||
intltoolize --copy --force --automake
|
||||
automake --add-missing --copy
|
||||
#!/bin/sh
|
||||
|
||||
test -n "$srcdir" || srcdir=`dirname "$0"`
|
||||
test -n "$srcdir" || srcdir=.
|
||||
|
||||
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