libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd configure configure.in


From: Edward Rosten
Subject: [libcvd-members] libcvd configure configure.in
Date: Thu, 12 Mar 2009 23:06:54 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        09/03/12 23:06:54

Modified files:
        .              : configure configure.in 

Log message:
        Fix spelling.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/configure?cvsroot=libcvd&r1=1.141&r2=1.142
http://cvs.savannah.gnu.org/viewcvs/libcvd/configure.in?cvsroot=libcvd&r1=1.142&r2=1.143

Patches:
Index: configure
===================================================================
RCS file: /cvsroot/libcvd/libcvd/configure,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -b -r1.141 -r1.142
--- configure   12 Mar 2009 23:05:35 -0000      1.141
+++ configure   12 Mar 2009 23:06:53 -0000      1.142
@@ -1361,7 +1361,7 @@
   --without-o2buffer     compile without sgi video (IRIX only)
   --without-qtbuffer     compile without quicktime buffer support (MacOSX only)
   --with-linux=UNAME      specify the output of uname -r
-  --without-vidoedisplay  compile without videodisplay support
+  --without-videodisplay  compile without videodisplay support
   --without-pthread       compile without PThread support
   --without-jpeg          compile without JPEG support
   --with-jpegbuffer=N     Set JPEG read buffer size. N>1 will not be able to 
read multiple JPEGS from a stream.
@@ -1369,8 +1369,8 @@
   --with-tiff=forceold    Debug/wierd build environment only. Force use of 
older library facilities.
   --without-png           compile without PNG support
   --without-ffmpeg       compile without FFMPEG support
-  --withot-toon          Compile without TooN support
-  --withot-tr1_shared_ptr          Compile without tr1::shared_ptr support
+  --without-toon          Compile without TooN support
+  --without-tr1_shared_ptr          Compile without tr1::shared_ptr support
   --without-lapack        Disable BLAS and LAPACK.
   --with-acml[=directory] Use BLAS and LAPACK routines from the ACML library 
[located in the specified directory]
   --with-x                use the X Window System

Index: configure.in
===================================================================
RCS file: /cvsroot/libcvd/libcvd/configure.in,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -b -r1.142 -r1.143
--- configure.in        12 Mar 2009 23:05:36 -0000      1.142
+++ configure.in        12 Mar 2009 23:06:54 -0000      1.143
@@ -577,7 +577,7 @@
 echo Checking for optional libraries
 echo -------------------------------
 
-AC_ARG_WITH(videodisplay, [  --without-vidoedisplay  compile without 
videodisplay support])
+AC_ARG_WITH(videodisplay, [  --without-videodisplay  compile without 
videodisplay support])
 AC_ARG_WITH(pthread, [  --without-pthread       compile without PThread 
support])
 AC_ARG_WITH(jpeg,    [  --without-jpeg          compile without JPEG support])
 AC_ARG_WITH(jpegbuffer, [  --with-jpegbuffer=N     Set JPEG read buffer size. 
N>1 will not be able to read multiple JPEGS from a stream.])
@@ -585,8 +585,8 @@
 AC_ARG_WITH(tiff, [  --with-tiff=forceold    Debug/wierd build environment 
only. Force use of older library facilities.])
 AC_ARG_WITH(png, [  --without-png           compile without PNG support])
 AC_ARG_WITH(ffmpeg, [  --without-ffmpeg          compile without FFMPEG 
support])
-AC_ARG_WITH(toon, [  --withot-toon          Compile without TooN support])
-AC_ARG_WITH(tr1_shared_ptr, [  --withot-tr1_shared_ptr          Compile 
without tr1::shared_ptr support])
+AC_ARG_WITH(toon, [  --without-toon          Compile without TooN support])
+AC_ARG_WITH(tr1_shared_ptr, [  --without-tr1_shared_ptr          Compile 
without tr1::shared_ptr support])
 AC_ARG_WITH(lapack, [  --without-lapack        Disable BLAS and LAPACK.])
 AC_ARG_WITH(acml, [  --with-acml[[=directory]] Use BLAS and LAPACK routines 
from the ACML library [[located in the specified directory]] ], 
[opt_acml_dir=$withval])
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]