Remove AC_HELP_STRING so we're compliant with autoconf 2.13 again.
authorRalph Giles <giles@xiph.org>
Thu, 7 Nov 2002 11:30:23 +0000 (11:30 +0000)
committerRalph Giles <giles@xiph.org>
Thu, 7 Nov 2002 11:30:23 +0000 (11:30 +0000)
svn path=/trunk/vorbis/; revision=4093

configure.in

index 7f4e917..8988112 100644 (file)
@@ -43,7 +43,7 @@ AM_PROG_LIBTOOL
 
 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;;