- Add macro for autopoint
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@170 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
7c5660aaf6
commit
d41e5ff4b8
|
@ -1,2 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ ! -d config ]; then
|
||||||
|
mkdir config
|
||||||
|
fi
|
||||||
|
|
||||||
autoreconf -i --warnings=all -B m4 -v
|
autoreconf -i --warnings=all -B m4 -v
|
||||||
|
|
|
@ -47,6 +47,7 @@ AM_INIT_AUTOMAKE( [$PACKAGE_NAME], [$PACKAGE_VERSION] )
|
||||||
dnl gettext & libtool
|
dnl gettext & libtool
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
AM_GNU_GETTEXT([external])
|
AM_GNU_GETTEXT([external])
|
||||||
|
AM_GNU_GETTEXT_VERSION([0.14.5])
|
||||||
|
|
||||||
dnl various requisites
|
dnl various requisites
|
||||||
GTKMM_VERSION=2.8.0
|
GTKMM_VERSION=2.8.0
|
||||||
|
|
Loading…
Reference in New Issue