[xiph-cvs] cvs commit: vorbis configure.in

Chris Cheney calc at xiph.org
Sat Oct 18 13:35:17 PDT 2003



calc        03/10/18 16:35:17

  Modified:    .        configure.in
  Log:
  AM_MAINTAINER_MODE added
  This allows for builds not to fail if automake is installed on the build system and it doesnt happen to be exact same version used during autogen.sh process.

Revision  Changes    Path
1.71      +1 -0      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- configure.in	11 Sep 2003 20:42:26 -0000	1.70
+++ configure.in	18 Oct 2003 20:35:17 -0000	1.71
@@ -6,6 +6,7 @@
 
 AC_INIT(lib/mdct.c)
 AM_INIT_AUTOMAKE(libvorbis,1.0.1)
+AM_MAINTAINER_MODE
 
 dnl Library versioning
 

<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