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

Ralph Giles giles at xiph.org
Thu Nov 7 03:30:23 PST 2002



giles       02/11/07 06:30:23

  Modified:    .        configure.in
  Log:
  Remove AC_HELP_STRING so we're compliant with autoconf 2.13 again.

Revision  Changes    Path
1.66      +1 -1      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- configure.in	28 Oct 2002 14:38:00 -0000	1.65
+++ configure.in	7 Nov 2002 11:30:23 -0000	1.66
@@ -43,7 +43,7 @@
 
 dnl docbook xml transform and processing tools
 AC_ARG_ENABLE(docs,
-  AC_HELP_STRING([--disable-docs],[don't build the documentation]),
+  [  --disable-docs          don't build the documentation],
   [case "${enableval}" in
     yes) build_docs=true;;
     no)  build_docs=false;;

<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