[nautilus-actions/file-manager-actions] m4/na-enable-manuals.m4 is renamed to fma-enable-manuals.m4



commit db01952c553ed5682de2332af5e2e7a21ccbc57c
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Sep 9 19:01:28 2015 +0200

    m4/na-enable-manuals.m4 is renamed to fma-enable-manuals.m4

 configure.ac                                       |    4 ++--
 m4/{na-enable-manuals.m4 => fma-enable-manuals.m4} |   19 +++++++++++--------
 2 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 64619b8..1985e15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,11 +169,11 @@ fi
 GNOME_DOC_INIT(,,[gdu_cv_have_gdu=no])
 
 # add --enable-html-manuals and --enable-pdf-manuals configure options
-NA_ENABLE_MANUALS
+FMA_ENABLE_MANUALS
 
 # display and keep configuration informations
 config_options="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 
-AC_DEFINE_UNQUOTED([NA_CONFIG_OPTIONS],["$0 ${config_options}"],["Configure options"])
+AC_DEFINE_UNQUOTED([FMA_CONFIG_OPTIONS],["$0 ${config_options}"],["Configure options"])
 
 AC_OUTPUT
 
diff --git a/m4/na-enable-manuals.m4 b/m4/fma-enable-manuals.m4
similarity index 91%
rename from m4/na-enable-manuals.m4
rename to m4/fma-enable-manuals.m4
index b8774ae..a781d4c 100644
--- a/m4/na-enable-manuals.m4
+++ b/m4/fma-enable-manuals.m4
@@ -25,7 +25,7 @@
 #   Pierre Wieser <pwieser trychlos org>
 #   ... and many others (see AUTHORS)
 
-# serial 4 define ENABLE_MANUALS conditional
+# serial 5 rename as FMA_ENABLE_MANUALS
 
 dnl --enable-html-manuals[=gdt|db2html]
 dnl   generates HTML manuals for all locales
@@ -42,18 +42,20 @@ dnl   output PDF manuals for all locales
 dnl   only use dblatex for now
 dnl   only '=dblatex' option is recognized for now.
 dnl
-dnl usage:  NA_ENABLE_MANUALS
+dnl usage:  FMA_ENABLE_MANUALS
 
-AC_DEFUN([NA_ENABLE_MANUALS],[
-       AC_REQUIRE([_AC_ARG_NA_ENABLE_HTML_MANUALS])dnl
-       AC_REQUIRE([_AC_ARG_NA_ENABLE_PDF_MANUALS])dnl
+AC_DEFUN([FMA_ENABLE_MANUALS],[
+       AC_REQUIRE([_AC_ARG_FMA_ENABLE_HTML_MANUALS])dnl
+       AC_REQUIRE([_AC_ARG_FMA_ENABLE_PDF_MANUALS])dnl
        
        _CHECK_FOR_HTML_MANUALS
        _CHECK_FOR_PDF_MANUALS
-       AM_CONDITIONAL([ENABLE_MANUALS], [test "x${enable_html_manuals}" != "xno" || test 
"x${enable_pdf_manuals}" != "xno"])
+
+       AM_CONDITIONAL([ENABLE_MANUALS],
+               [test "x${enable_html_manuals}" != "xno" || test "x${enable_pdf_manuals}" != "xno"])
 ])
 
-AC_DEFUN([_AC_ARG_NA_ENABLE_HTML_MANUALS],[
+AC_DEFUN([_AC_ARG_FMA_ENABLE_HTML_MANUALS],[
        AC_ARG_ENABLE(
                [html-manuals],
                AC_HELP_STRING(
@@ -97,10 +99,11 @@ AC_DEFUN([_CHECK_FOR_HTML_MANUALS],[
 
        AC_SUBST([WITH_DB2HTML],[${with_db2html}])
        AC_SUBST([WITH_GDT],[${with_gdt}])
+
        AM_CONDITIONAL([ENABLE_HTML_MANUALS], [test "x${enable_html_manuals}" != "xno"])
 ])
 
-AC_DEFUN([_AC_ARG_NA_ENABLE_PDF_MANUALS],[
+AC_DEFUN([_AC_ARG_FMA_ENABLE_PDF_MANUALS],[
        AC_ARG_ENABLE(
                [pdf-manuals],
                AC_HELP_STRING(


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