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
|
||||
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 $?
|
||||
|
|
|
@ -117,7 +117,6 @@ AC_CONFIG_FILES([
|
|||
module/Makefile
|
||||
module/src/Makefile
|
||||
module/data/Makefile
|
||||
module/sql/Makefile
|
||||
main/Makefile
|
||||
main/vn-hedera.desktop
|
||||
vapi/Makefile
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
SUBDIRS = \
|
||||
src \
|
||||
data \
|
||||
sql
|
||||
data
|
||||
|
|
Reference in New Issue