[xiph-cvs] cvs commit: vorbis-tools config.h Makefile.am configure.in
Segher Boessenkool
segher at xiph.org
Sat Jan 26 03:39:49 PST 2002
segher 02/01/26 03:39:48
Modified: . Makefile.am configure.in
Added: . config.h
Log:
Grrr.
Revision Changes Path
1.9 +1 -1 vorbis-tools/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.am 2001/09/22 22:49:48 1.8
+++ Makefile.am 2002/01/26 11:39:48 1.9
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign dist-zip
-SUBDIRS = include share oggenc ogg123 vorbiscomment vcut ogginfo debian
+SUBDIRS = po intl include share oggenc ogg123 vorbiscomment vcut ogginfo debian
EXTRA_DIST = README AUTHORS COPYING vorbis-tools.spec acinclude.m4
<p><p>1.35 +8 -1 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- configure.in 2002/01/01 00:56:09 1.34
+++ configure.in 2002/01/26 11:39:48 1.35
@@ -19,6 +19,8 @@
AM_PROG_LIBTOOL
+ALL_LINGUAS="nl"
+AM_GNU_GETTEXT
dnl --------------------------------------------------
dnl Set build flags based on environment
@@ -93,6 +95,9 @@
SHARE_LIBS='$(top_builddir)/share/libutf8.a $(top_builddir)/share/libgetopt.a'
SHARE_CFLAGS='-I$(top_srcdir)/include'
+I18N_CFLAGS='-I$(top_srcdir)/intl'
+I18N_LIBS=$INTLLIBS
+
dnl --------------------------------------------------
dnl Check for library functions
dnl --------------------------------------------------
@@ -123,5 +128,7 @@
AC_SUBST(SHARE_LIBS)
AC_SUBST(CURL_CFLAGS)
AC_SUBST(CURL_LIBS)
+AC_SUBST(I18N_CFLAGS)
+AC_SUBST(I18N_LIBS)
-AC_OUTPUT(Makefile include/Makefile share/Makefile win32/Makefile oggenc/Makefile oggenc/man/Makefile ogg123/Makefile vorbiscomment/Makefile vcut/Makefile ogginfo/Makefile debian/Makefile)
+AC_OUTPUT(Makefile intl/Makefile po/Makefile.in include/Makefile share/Makefile win32/Makefile oggenc/Makefile oggenc/man/Makefile ogg123/Makefile vorbiscomment/Makefile vcut/Makefile ogginfo/Makefile debian/Makefile)
<p><p>1.1 vorbis-tools/config.h
Index: config.h
===================================================================
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list