gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ./configure.ac macros/dmalloc.m4 macros/f...


From: Rob Savoye
Subject: [Gnash-commit] gnash ./configure.ac macros/dmalloc.m4 macros/f...
Date: Sat, 28 Jan 2006 17:29:15 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/01/28 17:29:15

Modified files:
        .              : configure.ac 
        macros         : dmalloc.m4 firefox.m4 jpeg.m4 libXML.m4 mad.m4 
                         ogg.m4 opengl.m4 png.m4 pthreads.m4 

Log message:
        Tweak formatting of enable/disable and with options to the displayed
        text lines up all nice and clean looking.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/configure.ac.diff?tr1=1.22&tr2=1.23&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/dmalloc.m4.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/firefox.m4.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/jpeg.m4.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/libXML.m4.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/mad.m4.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/ogg.m4.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/opengl.m4.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/png.m4.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/macros/pthreads.m4.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnash/configure.ac
diff -u gnash/configure.ac:1.22 gnash/configure.ac:1.23
--- gnash/configure.ac:1.22     Sat Jan 28 01:14:33 2006
+++ gnash/configure.ac  Sat Jan 28 17:29:14 2006
@@ -56,7 +56,7 @@
 dnl Use the Dom parser from libxml2, not the xmlReader one
 dnl The default is to use the Dom parser
 dom=yes
-AC_ARG_ENABLE(dom, [  --enable-dom         Enable support for Dom parser],
+AC_ARG_ENABLE(dom, [  --enable-dom            Enable support for Dom parser],
 [case "${enableval}" in
   yes) dom=yes ;;
   no)  dom=no ;;
@@ -85,7 +85,7 @@
 
 dnl This enables or disables the support to make Gnash function as a
 dnl small web server.
-AC_ARG_ENABLE(reader, [  --enable-http      Enable support for a web server],
+AC_ARG_ENABLE(reader, [  --enable-http           Enable support for a web 
server],
 [case "${enableval}" in
   yes) http=yes ;;
   no)  http=no ;;
Index: gnash/macros/dmalloc.m4
diff -u gnash/macros/dmalloc.m4:1.1 gnash/macros/dmalloc.m4:1.2
--- gnash/macros/dmalloc.m4:1.1 Mon Jan 23 20:37:19 2006
+++ gnash/macros/dmalloc.m4     Sat Jan 28 17:29:15 2006
@@ -17,7 +17,7 @@
 
 AC_DEFUN([GNASH_PATH_DMALLOC],
 [
-  AC_ARG_ENABLE(dmalloc, [  --enable-dmalloc       Enable support for dmalloc],
+  AC_ARG_ENABLE(dmalloc, [  --enable-dmalloc        Enable support for 
dmalloc],
   [case "${enableval}" in
     yes) dmalloc=yes ;;
     no)  dmalloc=no ;;
@@ -26,7 +26,7 @@
 
   if test x"$dmalloc" = x"yes"; then
     dnl Look for the header
-  AC_ARG_WITH(dmalloc_incl, [  --with-dmalloc-incl         directory where 
libdmalloc header is], with_dmalloc_incl=${withval})
+  AC_ARG_WITH(dmalloc_incl, [  --with-dmalloc-incl     directory where 
libdmalloc header is], with_dmalloc_incl=${withval})
     AC_CACHE_VAL(ac_cv_path_dmalloc_incl,[
     if test x"${with_dmalloc_incl}" != x ; then
       if test -f ${with_dmalloc_incl}/dmalloc.h ; then
@@ -73,7 +73,7 @@
     fi
 
       dnl Look for the library
-      AC_ARG_WITH(dmalloc_lib, [  --with-dmalloc-lib          directory where 
dmalloc library is], with_dmalloc_lib=${withval})
+      AC_ARG_WITH(dmalloc_lib, [  --with-dmalloc-lib      directory where 
dmalloc library is], with_dmalloc_lib=${withval})
       AC_CACHE_VAL(ac_cv_path_dmalloc_lib,[
       if test x"${with_dmalloc_lib}" != x ; then
         if test -f ${with_dmalloc_lib}/libdmalloc.a -o -f 
${with_dmalloc_lib}/libdmalloc.so; then
Index: gnash/macros/firefox.m4
diff -u gnash/macros/firefox.m4:1.6 gnash/macros/firefox.m4:1.7
--- gnash/macros/firefox.m4:1.6 Thu Jan 19 23:50:11 2006
+++ gnash/macros/firefox.m4     Sat Jan 28 17:29:15 2006
@@ -23,7 +23,7 @@
 dnl
 dnl This enables or disables the support to make Gnash function as a
 dnl Mozilla or Firefox plugin.
-AC_ARG_ENABLE(reader, [  --enable-plugin      Enable support for being a 
plugin],
+AC_ARG_ENABLE(reader, [  --enable-plugin         Enable support for being a 
plugin],
 [case "${enableval}" in
   yes) plugin=yes ;;
   no)  plugin=no ;;
Index: gnash/macros/jpeg.m4
diff -u gnash/macros/jpeg.m4:1.3 gnash/macros/jpeg.m4:1.4
--- gnash/macros/jpeg.m4:1.3    Sat Jan 28 01:14:33 2006
+++ gnash/macros/jpeg.m4        Sat Jan 28 17:29:15 2006
@@ -17,7 +17,7 @@
 
 AC_DEFUN([AM_PATH_JPEG],
 [
-  AC_ARG_ENABLE(jpeg, [  --enable-jpeg       Enable support for jpeg images],
+  AC_ARG_ENABLE(jpeg, [  --enable-jpeg           Enable support for jpeg 
images],
   [case "${enableval}" in
     yes) jpeg=yes ;;
     no)  jpeg=no ;;
@@ -26,7 +26,7 @@
 
   if test x"$jpeg" = x"yes"; then
     dnl Look for the header
-  AC_ARG_WITH(jpeg_incl, [  --with-jpeg_incl         directory where libjpeg 
header is], with_jpeg_incl=${withval})
+  AC_ARG_WITH(jpeg_incl, [  --with-jpeg_incl        directory where libjpeg 
header is], with_jpeg_incl=${withval})
     AC_CACHE_VAL(ac_cv_path_jpeg_incl,[
     if test x"${with_jpeg_incl}" != x ; then
       if test -f ${with_jpeg_incl}/jpeglib.h ; then
@@ -72,7 +72,7 @@
     fi
 
       dnl Look for the library
-      AC_ARG_WITH(jpeg_lib, [  --with-jpeg-lib          directory where jpeg 
library is], with_jpeg_lib=${withval})
+      AC_ARG_WITH(jpeg_lib, [  --with-jpeg-lib         directory where jpeg 
library is], with_jpeg_lib=${withval})
       AC_CACHE_VAL(ac_cv_path_jpeg_lib,[
       if test x"${with_jpeg_lib}" != x ; then
         if test -f ${with_jpeg_lib}/libjpeg.a -o -f 
${with_jpeg_lib}/libjpeg.so; then
Index: gnash/macros/libXML.m4
diff -u gnash/macros/libXML.m4:1.8 gnash/macros/libXML.m4:1.9
--- gnash/macros/libXML.m4:1.8  Sat Jan 28 01:14:33 2006
+++ gnash/macros/libXML.m4      Sat Jan 28 17:29:15 2006
@@ -20,7 +20,7 @@
 [dnl 
 dnl Get the cflags and libraries
 dnl
-AC_ARG_WITH(libxml,[  --with-libxml=PFX   Prefix where libxml is installed 
(optional)], libxml_prefix="$withval", libxml_prefix="")
+AC_ARG_WITH(libxml,[  --with-libxml=PFX       Prefix where libxml is installed 
(optional)], libxml_prefix="$withval", libxml_prefix="")
 AC_ARG_WITH(libxml-libraries,[  --with-libxml-libraries=DIR   Directory where 
libxml library is installed (optional)], libxml_libraries="$withval", 
libxml_libraries="")
 AC_ARG_WITH(libxml-includes,[  --with-libxml-includes=DIR   Directory where 
libxml header files are installed (optional)], libxml_includes="$withval", 
libxml_includes="")
 dnl AC_ARG_ENABLE(libxmltest, [  --disable-libxmltest       Do not try to 
compile and run a test libxml program],, enable_libxmltest=yes)
Index: gnash/macros/mad.m4
diff -u gnash/macros/mad.m4:1.3 gnash/macros/mad.m4:1.4
--- gnash/macros/mad.m4:1.3     Sat Jan 28 01:14:33 2006
+++ gnash/macros/mad.m4 Sat Jan 28 17:29:15 2006
@@ -17,7 +17,7 @@
 
 AC_DEFUN([AM_PATH_MP3],
 [
-  AC_ARG_ENABLE(mp3, [  --enable-mp3       Enable support for playing mp3s],
+  AC_ARG_ENABLE(mp3, [  --enable-mp3            Enable support for playing 
mp3s],
   [case "${enableval}" in
     yes) mp3=yes ;;
     no)  mp3=no ;;
Index: gnash/macros/ogg.m4
diff -u gnash/macros/ogg.m4:1.2 gnash/macros/ogg.m4:1.3
--- gnash/macros/ogg.m4:1.2     Sat Jan 28 01:14:33 2006
+++ gnash/macros/ogg.m4 Sat Jan 28 17:29:15 2006
@@ -17,7 +17,7 @@
 
 AC_DEFUN([AM_PATH_OGG],
 [
-  AC_ARG_ENABLE(ogg, [  --enable-ogg       Enable support for playing oggs],
+  AC_ARG_ENABLE(ogg, [  --enable-ogg            Enable support for playing 
oggs],
   [case "${enableval}" in
     yes) ogg=yes ;;
     no)  ogg=no ;;
Index: gnash/macros/opengl.m4
diff -u gnash/macros/opengl.m4:1.5 gnash/macros/opengl.m4:1.6
--- gnash/macros/opengl.m4:1.5  Sat Jan 28 01:14:33 2006
+++ gnash/macros/opengl.m4      Sat Jan 28 17:29:15 2006
@@ -17,7 +17,7 @@
 
 AC_DEFUN([AM_PATH_OPENGL],
 [
-  AC_ARG_ENABLE(opengl, [  --disable-opengl           Disable support for 
OpenGL],
+  AC_ARG_ENABLE(opengl, [  --disable-opengl        Disable support for OpenGL],
   [case "${enableval}" in
     yes) opengl=no  ;;
     no)  opengl=yes ;;
@@ -26,7 +26,7 @@
 
   if test x"$opengl" = x"yes"; then
     dnl Look for the headers.
-    AC_ARG_WITH(opengl_includes, [  --with-opengl-includes         directory 
where OpenGL headers are], with_opengl_includes=${withval})
+    AC_ARG_WITH(opengl_includes, [  --with-opengl-includes  directory where 
OpenGL headers are], with_opengl_includes=${withval})
     AC_CACHE_VAL(ac_cv_path_opengl_includes,[
     if test x"${with_opengl_includes}" != x ; then
       if test -f ${with_opengl_includes}/GL/gl.h ; then
@@ -73,7 +73,7 @@
     fi
 
     dnl Look for the libraries.
-    AC_ARG_WITH(opengl_lib, [  --with-opengl-libraries      directory where 
OpenGL libraries are], with_opengl_libraries=${withval})
+    AC_ARG_WITH(opengl_lib, [  --with-opengl-libraries directory where OpenGL 
libraries are], with_opengl_libraries=${withval})
     AC_CACHE_VAL(ac_cv_path_opengl_libraries,[
     if test x"${with_opengl_libraries}" != x ; then
       if test -f ${with_opengl_libraries}/libGL.a -o -f 
${with_opengl_libraries}/libGL.so; then
Index: gnash/macros/png.m4
diff -u gnash/macros/png.m4:1.3 gnash/macros/png.m4:1.4
--- gnash/macros/png.m4:1.3     Sat Jan 28 01:14:33 2006
+++ gnash/macros/png.m4 Sat Jan 28 17:29:15 2006
@@ -17,7 +17,7 @@
 
 AC_DEFUN([AM_PATH_PNG],
 [
-  AC_ARG_ENABLE(png, [  --enable-png       Enable support for png images],
+  AC_ARG_ENABLE(png, [  --enable-png            Enable support for png images],
   [case "${enableval}" in
     yes) png=yes ;;
     no)  png=no ;;
Index: gnash/macros/pthreads.m4
diff -u gnash/macros/pthreads.m4:1.1 gnash/macros/pthreads.m4:1.2
--- gnash/macros/pthreads.m4:1.1        Sat Jan 28 01:14:33 2006
+++ gnash/macros/pthreads.m4    Sat Jan 28 17:29:15 2006
@@ -26,7 +26,7 @@
 
   if test x"$pthreads" = x"yes"; then
     dnl Look for the header
-  AC_ARG_WITH(pthreads_incl, [  --with-pthreads_incl         directory where 
libpthreads header is], with_pthreads_incl=${withval})
+  AC_ARG_WITH(pthreads_incl, [  --with-pthreads_incl    directory where 
libpthreads header is], with_pthreads_incl=${withval})
     AC_CACHE_VAL(ac_cv_path_pthread_incl,[
     if test x"${with_pthreads_incl}" != x ; then
       if test -f ${with_pthreads_incl}/pthread.h ; then
@@ -80,7 +80,7 @@
     fi
 
       dnl Look for the library
-      AC_ARG_WITH(pthreads_lib, [  --with-pthreads-lib          directory 
where pthreads library is], with_pthreads_lib=${withval})
+      AC_ARG_WITH(pthreads_lib, [  --with-pthreads-lib     directory where 
pthreads library is], with_pthreads_lib=${withval})
       AC_CACHE_VAL(ac_cv_path_pthreads_lib,[
       if test x"${with_pthreads_lib}" != x ; then
         if test -f ${with_pthreads_lib}/libpthread.a -o -f 
${with_pthreads_lib}/libpthread.so; then




reply via email to

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