[xiph-cvs] cvs commit: vorbis-tools/vorbiscomment Makefile.am
Stan Seibert
volsung at xiph.org
Tue Dec 18 16:04:49 PST 2001
volsung 01/12/18 16:04:48
Modified: . Tag: volsung_kc_20011011 acinclude.m4
oggenc Tag: volsung_kc_20011011 Makefile.am
ogginfo Tag: volsung_kc_20011011 Makefile.am
vorbiscomment Tag: volsung_kc_20011011 Makefile.am
Log:
More auto* build fixes.
Revision Changes Path
No revision
No revision
1.9.4.6 +2 -2 vorbis-tools/acinclude.m4
Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/acinclude.m4,v
retrieving revision 1.9.4.5
retrieving revision 1.9.4.6
diff -u -r1.9.4.5 -r1.9.4.6
--- acinclude.m4 2001/12/18 04:15:43 1.9.4.5
+++ acinclude.m4 2001/12/19 00:04:46 1.9.4.6
@@ -28,7 +28,7 @@
OGG_CFLAGS="-I$ogg_includes"
elif test "x$ogg_prefix" != "x" ; then
OGG_CFLAGS="-I$ogg_prefix/include"
- elif test "$prefix" != "xNONE"; then
+ elif test "x$prefix" != "xNONE"; then
OGG_CFLAGS="-I$prefix/include"
fi
@@ -437,7 +437,7 @@
CURL_CFLAGS="-I$curl_includes"
elif test "x$curl_prefix" != "x" ; then
CURL_CFLAGS="-I$curl_prefix/include"
- elif test "$prefix" != "xNONE"; then
+ elif test "x$prefix" != "xNONE"; then
CURL_CFLAGS="-I$prefix/include"
fi
No revision
No revision
1.8.6.2 +1 -1 vorbis-tools/oggenc/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/oggenc/Makefile.am,v
retrieving revision 1.8.6.1
retrieving revision 1.8.6.2
diff -u -r1.8.6.1 -r1.8.6.2
--- Makefile.am 2001/12/15 15:26:27 1.8.6.1
+++ Makefile.am 2001/12/19 00:04:47 1.8.6.2
@@ -6,7 +6,7 @@
bin_PROGRAMS = oggenc
-INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ -I$(top_srcdir)/include
+INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
oggenc_LDADD = @VORBISENC_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ @LIBICONV@ \
@SHARE_LIBS@
No revision
No revision
1.2.4.2 +1 -1 vorbis-tools/ogginfo/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/Makefile.am,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -u -r1.2.4.1 -r1.2.4.2
--- Makefile.am 2001/12/15 15:26:29 1.2.4.1
+++ Makefile.am 2001/12/19 00:04:47 1.2.4.2
@@ -6,7 +6,7 @@
mandir = @MANDIR@
man_MANS = ogginfo.1
-INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@
+INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
ogginfo_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ @LIBICONV@ @SHARE_LIBS@
ogginfo_DEPENDENCIES = @SHARE_LIBS@
No revision
No revision
1.8.4.2 +1 -1 vorbis-tools/vorbiscomment/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/Makefile.am,v
retrieving revision 1.8.4.1
retrieving revision 1.8.4.2
diff -u -r1.8.4.1 -r1.8.4.2
--- Makefile.am 2001/12/15 15:26:34 1.8.4.1
+++ Makefile.am 2001/12/19 00:04:48 1.8.4.2
@@ -4,7 +4,7 @@
bin_PROGRAMS = vorbiscomment
-INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ -I$(top_srcdir)/include
+INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @SHARE_CFLAGS@
vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ @LIBICONV@ @SHARE_LIBS@
vorbiscomment_DEPENDENCIES = @SHARE_LIBS@
--- >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