Don't use glib's gettext

This commit is contained in:
Alexander Kojevnikov 2012-08-05 21:57:56 -07:00
parent 188738c6cd
commit f408c5584f
2 changed files with 5 additions and 5 deletions

View File

@ -5,6 +5,7 @@ test -n "$srcdir" || srcdir=$(dirname "$0")
test -n "$srcdir" || srcdir=.
(
cd "$srcdir" &&
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv -Wall
touch config.rpath &&
AUTOPOINT='intltoolize --automake --copy' autoreconf -fiv
) || exit
test -n "$NOCONFIGURE" || "$srcdir/configure" --enable-maintainer-mode "$@"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"

View File

@ -2,7 +2,6 @@ AC_INIT([spek],[0.7])
AC_CONFIG_SRCDIR([src/spek.cc])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11.1 foreign no-dist-gzip dist-xz])
AM_MAINTAINER_MODE([yes])
AM_SILENT_RULES([yes])
AC_PROG_CC_C99
@ -58,8 +57,8 @@ LIBS="$LIBS $WX_LIBS"
GETTEXT_PACKAGE=spek
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["$GETTEXT_PACKAGE"], [Gettext Package])
AC_SUBST(GETTEXT_PACKAGE)
AM_GNU_GETTEXT_VERSION([1.11])
AM_GLIB_GNU_GETTEXT
AM_GNU_GETTEXT_VERSION([0.18.1])
AM_GNU_GETTEXT([external])
AC_CONFIG_FILES([
Makefile