- 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:
tchernobog 2006-01-13 16:00:16 +00:00
parent 7c5660aaf6
commit d41e5ff4b8
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,7 @@
#!/bin/sh
if [ ! -d config ]; then
mkdir config
fi
autoreconf -i --warnings=all -B m4 -v

View File

@ -47,6 +47,7 @@ AM_INIT_AUTOMAKE( [$PACKAGE_NAME], [$PACKAGE_VERSION] )
dnl gettext & libtool
AC_PROG_LIBTOOL
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.14.5])
dnl various requisites
GTKMM_VERSION=2.8.0