[xiph-cvs] cvs commit: libshout Makefile.am configure.in

Brendan brendan at xiph.org
Mon Mar 10 23:23:52 PST 2003



brendan     03/03/11 02:23:52

  Modified:    .        Makefile.am configure.in
  Log:
  Add m4 files to dist
  Put maintainer mode back

Revision  Changes    Path
1.6       +2 -1      libshout/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/libshout/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am	11 Mar 2003 05:11:19 -0000	1.5
+++ Makefile.am	11 Mar 2003 07:23:52 -0000	1.6
@@ -5,7 +5,8 @@
 
 SUBDIRS = include src examples
 
-EXTRA_DIST = README COPYING
+EXTRA_DIST = README COPYING m4/ac_config_libconfig_in.m4 m4/acx_pthread.m4 \
+	m4/ogg.m4 m4/vorbis.m4
 bin_SCRIPTS = shout-config
 
 shout-config.in: $(top_srcdir)/configure

<p><p>1.25      +2 -1      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- configure.in	11 Mar 2003 07:00:09 -0000	1.24
+++ configure.in	11 Mar 2003 07:23:52 -0000	1.25
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.24 2003/03/11 07:00:09 brendan Exp $
+# $Id: configure.in,v 1.25 2003/03/11 07:23:52 brendan Exp $
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 0)
@@ -20,6 +20,7 @@
 VERSION=libshout_version
 
 AM_INIT_AUTOMAKE([libshout], libshout_version)
+AM_MAINTAINER_MODE
 
 AC_PROG_CC
 AM_PROG_LIBTOOL

<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