[xiph-cvs] cvs commit: libshout/m4 ogg.m4 vorbis.m4

Brendan brendan at xiph.org
Fri Jun 13 12:08:32 PDT 2003



brendan     03/06/13 15:08:32

  Modified:    m4       ogg.m4 vorbis.m4
  Log:
  Make configure --help look pretty

Revision  Changes    Path
1.3       +12 -4     libshout/m4/ogg.m4

Index: ogg.m4
===================================================================
RCS file: /usr/local/cvsroot/libshout/m4/ogg.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -u -r1.2 -r1.3
--- ogg.m4	8 Mar 2003 02:43:14 -0000	1.2
+++ ogg.m4	13 Jun 2003 19:08:32 -0000	1.3
@@ -9,10 +9,18 @@ AC_DEFUN(XIPH_PATH_OGG,
 [dnl 
 dnl Get the cflags and libraries
 dnl
-AC_ARG_WITH(ogg,[  --with-ogg=PFX   Prefix where libogg is installed (optional)], ogg_prefix="$withval", ogg_prefix="")
-AC_ARG_WITH(ogg-libraries,[  --with-ogg-libraries=DIR   Directory where libogg library is installed (optional)], ogg_libraries="$withval", ogg_libraries="")
-AC_ARG_WITH(ogg-includes,[  --with-ogg-includes=DIR   Directory where libogg header files are installed (optional)], ogg_includes="$withval", ogg_includes="")
-AC_ARG_ENABLE(oggtest, [  --disable-oggtest       Do not try to compile and run a test Ogg program],, enable_oggtest=yes)
+AC_ARG_WITH([ogg],
+  [  --with-ogg=PFX           prefix where libogg is installed (optional)],
+  [ogg_prefix="$withval"], [ogg_prefix=""])
+AC_ARG_WITH([ogg-libraries],
+  [  --with-ogg-libraries=DIR directory where libogg library is installed (optional)], [ogg_libraries="$withval"], [ogg_libraries=""])
+AC_ARG_WITH([ogg-includes],
+  [  --with-ogg-includes=DIR  directory where libogg header files are
+                           installed (optional)],
+  [ogg_includes="$withval"], [ogg_includes=""])
+AC_ARG_ENABLE([oggtest],
+  [  --disable-oggtest       do not try to compile and run a test Ogg program],,
+  [enable_oggtest=yes])
 
   if test "x$ogg_libraries" != "x" ; then
     OGG_LIBS="-L$ogg_libraries"

<p><p>1.2       +14 -4     libshout/m4/vorbis.m4

Index: vorbis.m4
===================================================================
RCS file: /usr/local/cvsroot/libshout/m4/vorbis.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -u -r1.1 -r1.2
--- vorbis.m4	7 Mar 2003 23:57:43 -0000	1.1
+++ vorbis.m4	13 Jun 2003 19:08:32 -0000	1.2
@@ -10,10 +10,20 @@ AC_DEFUN(XIPH_PATH_VORBIS,
 [dnl 
 dnl Get the cflags and libraries
 dnl
-AC_ARG_WITH(vorbis,[  --with-vorbis=PFX   Prefix where libvorbis is installed (optional)], vorbis_prefix="$withval", vorbis_prefix="")
-AC_ARG_WITH(vorbis-libraries,[  --with-vorbis-libraries=DIR   Directory where libvorbis library is installed (optional)], vorbis_libraries="$withval", vorbis_libraries="")
-AC_ARG_WITH(vorbis-includes,[  --with-vorbis-includes=DIR   Directory where libvorbis header files are installed (optional)], vorbis_includes="$withval", vorbis_includes="")
-AC_ARG_ENABLE(vorbistest, [  --disable-vorbistest       Do not try to compile and run a test Vorbis program],, enable_vorbistest=yes)
+AC_ARG_WITH([vorbis],
+  [  --with-vorbis=PFX           prefix where libvorbis is installed (optional)],
+  [vorbis_prefix="$withval"], [vorbis_prefix=""])
+AC_ARG_WITH([vorbis-libraries],
+  [  --with-vorbis-libraries=DIR directory where libvorbis library is
+                              installed (optional)],
+  [vorbis_libraries="$withval"], [vorbis_libraries=""])
+AC_ARG_WITH([vorbis-includes],
+  [  --with-vorbis-includes=DIR  directory where libvorbis header files are
+                              installed (optional)],
+  [vorbis_includes="$withval"], [vorbis_includes=""])
+AC_ARG_ENABLE([vorbistest],
+  [  --disable-vorbistest    do not try to compile and run a test Vorbis program],,
+  [enable_vorbistest=yes])
 
   if test "x$vorbis_libraries" != "x" ; then
     VORBIS_LIBS="-L$vorbis_libraries"

<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