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

Michael Smith msmith at xiph.org
Thu Nov 7 03:16:13 PST 2002



msmith      02/11/07 06:16:13

  Modified:    .        configure.in
  Log:
  autoconf 2.53 is required, add this requirement.

Revision  Changes    Path
1.45      +4 -0      vorbis-tools/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- configure.in	11 Jul 2002 14:10:34 -0000	1.44
+++ configure.in	7 Nov 2002 11:16:13 -0000	1.45
@@ -5,6 +5,10 @@
 dnl ------------------------------------------------
 
 AC_INIT(oggenc/encode.c)
+
+dnl Apparently we need a newer version than we used to. 
+AC_PREREQ(2.53)
+
 AM_INIT_AUTOMAKE(vorbis-tools,1.0)
 
 dnl --------------------------------------------------  

<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