Cambio de nombre de vn-dev.m4 a dev-tools.m4 y modificación en autogen.sh

This commit is contained in:
Alejandro T. Colombini Gómez 2013-10-16 16:48:37 +02:00
parent 7d39316267
commit 8321089e6f
1 changed files with 13 additions and 5 deletions

View File

@ -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 $?