Add USRP2 clock source parameter to GRC blocks.
[debian/gnuradio] / config / gr_fortran.m4
index abad977dbfd00b87c9c68fa96de2c30c5d69bdd6..03105204304b5e1f0e28c3eec121aa54b1ef1702 100644 (file)
@@ -20,7 +20,8 @@ dnl Boston, MA 02110-1301, USA.
 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
@@ -28,4 +29,5 @@ AC_DEFUN([GR_FORTRAN],[
         AC_PROG_F77
         AC_F77_LIBRARY_LDFLAGS
     fi
+    AC_PROG_CC dnl bux fix to restore $ac_ext
 ])