Arreglados problemas con autogen
This commit is contained in:
parent
670c456ce5
commit
ae32aa7121
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 $?
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
src \
|
src \
|
||||||
data \
|
data
|
||||||
sql
|
|
||||||
|
|
Reference in New Issue