[xiph-cvs] cvs commit: libshout shout-config.in Makefile.am configure.in
Brendan
brendan at xiph.org
Mon Mar 10 23:43:34 PST 2003
brendan 03/03/11 02:43:34
Modified: . Makefile.am configure.in
Added: . shout-config.in
Log:
Try to make automake 1.6 happy about shout-config.in
Cosmetics
Revision Changes Path
1.7 +0 -2 libshout/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/libshout/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Makefile.am 11 Mar 2003 07:23:52 -0000 1.6
+++ Makefile.am 11 Mar 2003 07:43:34 -0000 1.7
@@ -9,8 +9,6 @@
m4/ogg.m4 m4/vorbis.m4
bin_SCRIPTS = shout-config
-shout-config.in: $(top_srcdir)/configure
-
##install-data-local:
##mkdir -p $(DESTDIR)$(includedir)/shout
##mkdir -p $(DESTDIR)$(prefix)/doc/$(PACKAGE)-$(VERSION)/example
<p><p>1.26 +4 -4 libshout/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- configure.in 11 Mar 2003 07:23:52 -0000 1.25
+++ configure.in 11 Mar 2003 07:43:34 -0000 1.26
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.25 2003/03/11 07:23:52 brendan Exp $
+# $Id: configure.in,v 1.26 2003/03/11 07:43:34 brendan Exp $
m4_define(libshout_major, 2)
m4_define(libshout_minor, 0)
@@ -13,9 +13,9 @@
AC_CONFIG_SRCDIR([src/shout.c])
AM_CONFIG_HEADER([config.h])
-AC_DEFINE([LIBSHOUT_MAJOR], libshout_major, ["Shout library major version"])
-AC_DEFINE([LIBSHOUT_MINOR], libshout_minor, ["Shout library minor version"])
-AC_DEFINE([LIBSHOUT_MICRO], libshout_micro, ["Shout library patch version"])
+AC_DEFINE([LIBSHOUT_MAJOR], libshout_major, [Shout library major version])
+AC_DEFINE([LIBSHOUT_MINOR], libshout_minor, [Shout library minor version])
+AC_DEFINE([LIBSHOUT_MICRO], libshout_micro, [Shout library patch version])
VERSION=libshout_version
<p><p>1.1 libshout/shout-config.in
Index: shout-config.in
===================================================================
This file will get overwritten by configure. It is here to make automake happy.
<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