spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit f408c5584ff50d6720e8a7f3f542988c0f0b3d3d
parent 188738c6cdba924b3182603387a82b7f2d3899ee
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sun,  5 Aug 2012 21:57:56 -0700

Don't use glib's gettext

Diffstat:
Mautogen.sh | 7++++---
Mconfigure.ac | 5++---
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/autogen.sh b/autogen.sh @@ -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 "$@" -\ No newline at end of file +test -n "$NOCONFIGURE" || "$srcdir/configure" "$@" +\ No newline at end of file diff --git a/configure.ac b/configure.ac @@ -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