Arreglados problemas con autogen

This commit is contained in:
Juan Ferrer Toribio 2013-10-16 13:35:08 +02:00
parent 670c456ce5
commit ae32aa7121
3 changed files with 14 additions and 8 deletions

View File

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

View File

@ -117,7 +117,6 @@ AC_CONFIG_FILES([
module/Makefile module/Makefile
module/src/Makefile module/src/Makefile
module/data/Makefile module/data/Makefile
module/sql/Makefile
main/Makefile main/Makefile
main/vn-hedera.desktop main/vn-hedera.desktop
vapi/Makefile vapi/Makefile

View File

@ -1,5 +1,4 @@
SUBDIRS = \ SUBDIRS = \
src \ src \
data \ data
sql