[xiph-cvs] cvs commit: ogg configure.in
Chris Cheney
calc at xiph.org
Sat Oct 18 13:33:59 PDT 2003
calc 03/10/18 16:33:59
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.27 +1 -0 ogg/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- configure.in 11 Sep 2003 19:53:37 -0000 1.26
+++ configure.in 18 Oct 2003 20:33:58 -0000 1.27
@@ -3,6 +3,7 @@
AC_INIT(src/framing.c)
AM_INIT_AUTOMAKE(libogg,1.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