commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6721 - gnuradio/branches/developers/eb/cross/config


From: eb
Subject: [Commit-gnuradio] r6721 - gnuradio/branches/developers/eb/cross/config
Date: Sun, 28 Oct 2007 16:18:22 -0600 (MDT)

Author: eb
Date: 2007-10-28 16:18:22 -0600 (Sun, 28 Oct 2007)
New Revision: 6721

Modified:
   gnuradio/branches/developers/eb/cross/config/gr_doxygen.m4
   gnuradio/branches/developers/eb/cross/config/gr_fortran.m4
   gnuradio/branches/developers/eb/cross/config/grc_build.m4
   gnuradio/branches/developers/eb/cross/config/sdl.m4
Log:
beautify configure's help message

Modified: gnuradio/branches/developers/eb/cross/config/gr_doxygen.m4
===================================================================
--- gnuradio/branches/developers/eb/cross/config/gr_doxygen.m4  2007-10-28 
22:08:40 UTC (rev 6720)
+++ gnuradio/branches/developers/eb/cross/config/gr_doxygen.m4  2007-10-28 
22:18:22 UTC (rev 6721)
@@ -20,10 +20,17 @@
 dnl 
 
 AC_DEFUN([GR_CHECK_DOXYGEN],[
-  AC_ARG_ENABLE(doxygen, [  --enable-doxygen        enable documentation 
generation with doxygen (no)])
-  AC_ARG_ENABLE(dot, [  --enable-dot            use 'dot' to generate graphs 
in doxygen (auto)])
-  AC_ARG_ENABLE(html-docs, [  --enable-html-docs      enable HTML generation 
with doxygen (yes)], [], [ enable_html_docs=yes])
-  AC_ARG_ENABLE(latex-docs, [  --enable-latex-docs     enable LaTeX doc 
generation with doxygen (no)], [], [ enable_latex_docs=no])
+  AC_ARG_ENABLE(doxygen,
+               AC_HELP_STRING([--enable-doxygen],
+                              [enable documentation generation with doxygen 
(no)]))
+  AC_ARG_ENABLE(dot, AC_HELP_STRING([--enable-dot],[use 'dot' to generate 
graphs in doxygen (auto)]))
+  AC_ARG_ENABLE(html-docs,
+                AC_HELP_STRING([--enable-html-docs],[enable HTML generation 
with doxygen (yes)]),
+                [], [ enable_html_docs=yes])
+  AC_ARG_ENABLE(latex-docs,
+                AC_HELP_STRING([--enable-latex-docs],
+                              [enable LaTeX doc generation with doxygen (no)]),
+                [], [ enable_latex_docs=no])
 
   if test "x$enable_doxygen" = xyes; then
         AC_PATH_PROG(DOXYGEN, doxygen, , $PATH)

Modified: gnuradio/branches/developers/eb/cross/config/gr_fortran.m4
===================================================================
--- gnuradio/branches/developers/eb/cross/config/gr_fortran.m4  2007-10-28 
22:08:40 UTC (rev 6720)
+++ gnuradio/branches/developers/eb/cross/config/gr_fortran.m4  2007-10-28 
22:18:22 UTC (rev 6721)
@@ -20,7 +20,8 @@
 AC_DEFUN([GR_FORTRAN],[
     dnl if you want to generate a different table of interpolator taps, you 
need fortran.
     dnl we default to off, since almost no one wants to do this.
-    AC_ARG_ENABLE(fortran, [  --enable-fortran        enable fortran (no)], 
[], [enable_fortran=no])
+    AC_ARG_ENABLE(fortran, AC_HELP_STRING([--enable-fortran],[enable fortran 
(no)]),
+                 [], [enable_fortran=no])
     AM_CONDITIONAL(ENABLE_FORTRAN, test "x$enable_fortran" = xyes)
 
     if test "x$enable_fortran" = xyes

Modified: gnuradio/branches/developers/eb/cross/config/grc_build.m4
===================================================================
--- gnuradio/branches/developers/eb/cross/config/grc_build.m4   2007-10-28 
22:08:40 UTC (rev 6720)
+++ gnuradio/branches/developers/eb/cross/config/grc_build.m4   2007-10-28 
22:18:22 UTC (rev 6721)
@@ -20,7 +20,10 @@
 # Create --enable-foo argument for named component, create variables as needed
 # $1 is component name
 AC_DEFUN([GRC_ENABLE],[
-    AC_ARG_ENABLE([$1],[  --enable-$1  Fail build if $1 fails 
configuration],[],
+    AC_ARG_ENABLE([$1],
+                 AC_HELP_STRING([--enable-$1],
+                                [Fail build if $1 fails configuration]),
+                 [],
                   [[enable_]m4_bpatsubst($1,-,_)=$enable_all_components])
 ])
 

Modified: gnuradio/branches/developers/eb/cross/config/sdl.m4
===================================================================
--- gnuradio/branches/developers/eb/cross/config/sdl.m4 2007-10-28 22:08:40 UTC 
(rev 6720)
+++ gnuradio/branches/developers/eb/cross/config/sdl.m4 2007-10-28 22:18:22 UTC 
(rev 6721)
@@ -16,8 +16,9 @@
             sdl_prefix="$withval", sdl_prefix="")
 AC_ARG_WITH(sdl-exec-prefix,[  --with-sdl-exec-prefix=PFX Exec prefix where 
SDL is installed (optional)],
             sdl_exec_prefix="$withval", sdl_exec_prefix="")
-AC_ARG_ENABLE(sdltest, [  --disable-sdltest       Do not try to compile and 
run a test SDL program],
-                   , enable_sdltest=yes)
+AC_ARG_ENABLE(sdltest, AC_HELP_STRING([--disable-sdltest],
+                                      [Do not try to compile and run a test 
SDL program]),
+              [], enable_sdltest=yes)
 
   if test x$sdl_exec_prefix != x ; then
      sdl_args="$sdl_args --exec-prefix=$sdl_exec_prefix"





reply via email to

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