[nautilus-actions/file-manager-actions] m4/na-compiler.m4 is renamed to fma-compiler.m4
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions/file-manager-actions] m4/na-compiler.m4 is renamed to fma-compiler.m4
- Date: Wed, 9 Sep 2015 11:26:02 +0000 (UTC)
commit 571b2a873523c2deec96b862ec4299d84acb7b54
Author: Pierre Wieser <pwieser trychlos org>
Date: Wed Sep 9 11:24:40 2015 +0200
m4/na-compiler.m4 is renamed to fma-compiler.m4
configure.ac | 4 ++--
m4/{na-compiler.m4 => fma-compiler.m4} | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index d391279..e67e2b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,8 +45,8 @@ AC_STDC_HEADERS
AM_DISABLE_STATIC
# define specific compilation options
-NA_COMPILER_WARNINGS([],[-ansi -Wno-overlength-strings -Wformat=2])
-NA_COMPILER_LINK_AS_NEEDED
+FMA_COMPILER_WARNINGS([],[-ansi -Wno-overlength-strings -Wformat=2])
+FMA_COMPILER_LINK_AS_NEEDED
AC_SUBST([AM_CFLAGS],["${AM_CFLAGS} ${WARN_CFLAGS}"])
# other traditional tools
diff --git a/m4/na-compiler.m4 b/m4/fma-compiler.m4
similarity index 97%
rename from m4/na-compiler.m4
rename to m4/fma-compiler.m4
index a0e187a..33728f7 100644
--- a/m4/na-compiler.m4
+++ b/m4/fma-compiler.m4
@@ -25,16 +25,16 @@
# Pierre Wieser <pwieser trychlos org>
# ... and many others (see AUTHORS)
-# serial 4 rename macro to NA_COMPILER_WARNINGS
+# serial 5 renamed as FMA_COMPILER_WARNINGS
-dnl NA_COMPILER_WARNINGS
+dnl FMA_COMPILER_WARNINGS
dnl Turn on many useful compiler warnings
dnl For now, only works on GCC
dnl
dnl pwi 2009-05-15 shamelessly copied from gnome-compiler-flags.m4
dnl two patch have been submitted (see gnome-common #582860)
-AC_DEFUN([NA_COMPILER_WARNINGS],[
+AC_DEFUN([FMA_COMPILER_WARNINGS],[
_ac_warning_def=m4_default([$1],[yes])
_ac_compliant_def=m4_default(["$2"],[no])
@@ -185,7 +185,7 @@ dnl Bug #637797
dnl see also http://www.gentoo.org/proj/en/qa/asneeded.xml
dnl the '-Wl,--as-needed' link option is forced in make distcheck
-AC_DEFUN([NA_COMPILER_LINK_AS_NEEDED],[
+AC_DEFUN([FMA_COMPILER_LINK_AS_NEEDED],[
AC_ARG_ENABLE(
[as-needed],
AC_HELP_STRING(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]