http://code.google.com/p/pidgin-musictracker/source/detail?r=456
Modified:
/trunk/Makefile.am
/trunk/configure.ac
/trunk/m4/Makefile.am
/trunk/po/Makevars
/trunk/src/Makefile.am
=======================================
--- /trunk/Makefile.am Sun May 24 13:12:55 2009
+++ /trunk/Makefile.am Mon Mar 8 15:49:54 2010
@@ -9,6 +9,6 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
EXTRA_DIST = config/config.rpath autogen.sh configure
-SUBDIRS = src doc installer po
+SUBDIRS = src doc installer po m4
ACLOCAL_AMFLAGS = -I m4
=======================================
--- /trunk/configure.ac Sun Feb 14 12:48:21 2010
+++ /trunk/configure.ac Mon Mar 8 15:49:54 2010
@@ -11,7 +11,7 @@
AC_INIT([MusicTracker],
[m4_esyscmd([cat version | tr -d '\n'])],
[pidgin-mu...@googlegroups.com],
- [musictracker])
+ [pidgin-musictracker])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([dist-bzip2])
=======================================
--- /trunk/m4/Makefile.am Sun Dec 21 05:46:31 2008
+++ /trunk/m4/Makefile.am Mon Mar 8 15:49:54 2010
@@ -8,13 +8,5 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# Install m4 macros in this directory
-m4datadir = $(datadir)/aclocal
-
-# List your m4 macros here
-m4macros =
-
-# The following is boilerplate
-m4data_DATA = $(m4macros)
EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4
nls.m4 po.m4 progtest.m4 $(m4data_DATA)
=======================================
--- /trunk/po/Makevars Sun Dec 21 05:46:31 2008
+++ /trunk/po/Makevars Mon Mar 8 15:49:54 2010
@@ -1,7 +1,8 @@
# Makefile variables for PO directory in any package using GNU gettext.
# Usually the message domain is the same as the package name.
-DOMAIN = $(PACKAGE)
+# but for historical reasons we use the domain name 'musictracker'
+DOMAIN = musictracker
# These two variables depend on the location of this directory.
subdir = po
=======================================
--- /trunk/src/Makefile.am Sun Feb 14 12:48:21 2010
+++ /trunk/src/Makefile.am Mon Mar 8 15:49:54 2010
@@ -59,6 +59,7 @@
actions.h \
filter.h \
libmpdclient.h \
+ gettext.h \
Makefile.mingw \
winamp.c \
foobar2000.c \