]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
renommage ax_cxx_option en ac_cxx_option
authorsecher <secher>
Mon, 26 Jan 2004 09:54:58 +0000 (09:54 +0000)
committersecher <secher>
Mon, 26 Jan 2004 09:54:58 +0000 (09:54 +0000)
salome_adm/unix/config_files/ac_cxx_option.m4
salome_adm/unix/config_files/ac_cxx_template_options.m4
salome_adm/unix/config_files/ac_cxx_warnings.m4
salome_adm/unix/config_files/ac_linker_options.m4
salome_adm/unix/config_files/check_cas.m4
salome_adm/unix/config_files/check_pthreads.m4

index 4c51d67fe9126f910b2d79ee7a03a5b90e68ac2a..4219c5a0787051a55265d514b0326f79d8fad037 100644 (file)
@@ -25,7 +25,7 @@ dnl Check options for C++ compiler
 dnl
 dnl @author Bernard Secher - 15/01/2004
 dnl
-AC_DEFUN([AX_CXX_OPTION], [
+AC_DEFUN([AC_CXX_OPTION], [
   AC_MSG_CHECKING(CXXFLAGS for $CXX in $1)
   cat > conftest.cxx <<EOF
 int main(int argc, char **argv) { return 0; }
index 1a774beb50b7e072188c4165548b880201c2c16b..4192ec011f7d49bf6c3b80ad22ebdc70bd7e37c3 100644 (file)
@@ -28,12 +28,12 @@ dnl
 AC_DEFUN([AC_CXX_TEMPLATE_OPTIONS],[
 dnl 
   for opt in -ftemplate-depth-42 "-pending_instantiations 42" ; do
-    AX_CXX_OPTION($opt,CXXTMPDPTHFLAGS,flag=yes,flag=no)
+    AC_CXX_OPTION($opt,CXXTMPDPTHFLAGS,flag=yes,flag=no)
     if test "$flag" = "yes"; then
       break
     fi
     AC_SUBST(CXXTMPDPTHFLAGS)
   done
 dnl
-  AX_CXX_OPTION(-tweak,CXXFLAGS)
+  AC_CXX_OPTION(-tweak,CXXFLAGS)
 ])
index 11934b1acc5412525baf31f2d60031ad05ef91ed..862f5e83c5144a290b67ed3e731fadd6f17ccc1f 100644 (file)
@@ -26,5 +26,5 @@ dnl
 dnl @author Bernard Secher (CEA) - 04/12/2003
 dnl
 AC_DEFUN([AC_CXX_WARNINGS],[
-  AX_CXX_OPTION(-Wno-deprecated,CXXFLAGS)
+  AC_CXX_OPTION(-Wno-deprecated,CXXFLAGS)
 ])
index 95a1b5b95b5ad9fc5362bca72bc2f189eaaa2286..392107c773ddcad09657f81207349e3001494a8e 100644 (file)
@@ -27,7 +27,7 @@ dnl @author Bernard Secher (CEA) - 04/12/2003
 dnl
 AC_DEFUN([AC_LINKER_OPTIONS],[
   for opt in "-Xlinker -export-dynamic" -transitive_link; do
-    AX_CXX_OPTION($opt,LDEXPDYNFLAGS,flag=yes,flag=no)
+    AC_CXX_OPTION($opt,LDEXPDYNFLAGS,flag=yes,flag=no)
     if test "$flag" = "yes"; then
       break
     fi
index 0ae6c36c274d7b7edb9579496c711e0562a28092..1a2a367fca42a14700548a7cfcd29699eb02cc2d 100644 (file)
@@ -102,7 +102,7 @@ if test "x$occ_ok" = "xyes"; then
 
 dnl test c++ compiler flag for unsigned character
   for opt in -funsigned-char -unsigned ; do
-    AX_CXX_OPTION($opt,CXXFLAGS,flag=yes,flag=no)
+    AC_CXX_OPTION($opt,CXXFLAGS,flag=yes,flag=no)
     if test "$flag" = "yes"; then
       break
     fi
index 7c6b91eeb421f4774c6c9b849f13a5aa0ec3dc9b..983bfc20076571ef473c0a830d5a919f9e9416e4 100644 (file)
@@ -30,7 +30,7 @@ dnl@id $Id$
 dnl ----------------------------------------------------------------
 dnl CHECK_PTHREADS
 AC_DEFUN(CHECK_PTHREADS,[
-AX_CXX_OPTION(-pthread,CPPFLAGS,flag=yes,flag=no)
+AC_CXX_OPTION(-pthread,CPPFLAGS,flag=yes,flag=no)
 
 if test $flag = no; then
   AC_REQUIRE([AC_CANONICAL_SYSTEM])dnl