mirror of
https://github.com/alexkay/spek.git
synced 2025-04-13 15:27:24 +03:00
Don't use glib's gettext
This commit is contained in:
parent
188738c6cd
commit
f408c5584f
@ -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" "$@"
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user