diff options
author | Reuben Thomas <rrt@sc3d.org> | 2009-08-10 20:11:11 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2009-08-10 20:11:11 +0100 |
commit | c6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f (patch) | |
tree | 90269678bc2a42a9492c62e07dbe08ecc10835a3 /m4/ax_cflags_sun_option.m4 | |
parent | 386747c45473a6f4b7ca32a787c316d205705586 (diff) | |
download | autoconf-archive-c6c19a2edcc7f206a1cfdf6d91e3d584f7705b9f.tar.gz |
More renamings missed previously.
Diffstat (limited to 'm4/ax_cflags_sun_option.m4')
-rw-r--r-- | m4/ax_cflags_sun_option.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/ax_cflags_sun_option.m4 b/m4/ax_cflags_sun_option.m4 index fbc79bc..350059e 100644 --- a/m4/ax_cflags_sun_option.m4 +++ b/m4/ax_cflags_sun_option.m4 @@ -19,7 +19,7 @@ # is possible to use different compilers for C and C++). # # The macro is a lot simpler than any special AX_CFLAGS_* macro (or -# ac_cxx_rtti.m4 macro) but allows to check for arbitrary options. +# ax_cxx_rtti.m4 macro) but allows to check for arbitrary options. # However, if you use this macro in a few places, it would be great if you # would make up a new function-macro and submit it to the ac-archive. # @@ -65,7 +65,7 @@ AC_DEFUN([AX_CFLAGS_SUN_OPTION_OLD], [dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl -AS_VAR_PUSHDEF([VAR],[ac_cv_cflags_sun_option_$2])dnl +AS_VAR_PUSHDEF([VAR],[ax_cv_cflags_sun_option_$2])dnl AC_CACHE_CHECK([m4_ifval($1,$1,FLAGS) for sun/cc m4_ifval($2,$2,-option)], VAR,[VAR="no, unknown" AC_LANG_SAVE @@ -99,7 +99,7 @@ dnl the only difference - the LANG selection... and the default FLAGS AC_DEFUN([AX_CXXFLAGS_SUN_OPTION_OLD], [dnl AS_VAR_PUSHDEF([FLAGS],[CXXFLAGS])dnl -AS_VAR_PUSHDEF([VAR],[ac_cv_cxxflags_sun_option_$2])dnl +AS_VAR_PUSHDEF([VAR],[ax_cv_cxxflags_sun_option_$2])dnl AC_CACHE_CHECK([m4_ifval($1,$1,FLAGS) for sun/cc m4_ifval($2,$2,-option)], VAR,[VAR="no, unknown" AC_LANG_SAVE @@ -133,7 +133,7 @@ dnl ----------------------------------------------------------------------- AC_DEFUN([AX_CFLAGS_SUN_OPTION_NEW], [dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl -AS_VAR_PUSHDEF([VAR],[ac_cv_cflags_sun_option_$1])dnl +AS_VAR_PUSHDEF([VAR],[ax_cv_cflags_sun_option_$1])dnl AC_CACHE_CHECK([m4_ifval($2,$2,FLAGS) for sun/cc m4_ifval($1,$1,-option)], VAR,[VAR="no, unknown" AC_LANG_SAVE @@ -167,7 +167,7 @@ dnl the only difference - the LANG selection... and the default FLAGS AC_DEFUN([AX_CXXFLAGS_SUN_OPTION_NEW], [dnl AS_VAR_PUSHDEF([FLAGS],[CXXFLAGS])dnl -AS_VAR_PUSHDEF([VAR],[ac_cv_cxxflags_sun_option_$1])dnl +AS_VAR_PUSHDEF([VAR],[ax_cv_cxxflags_sun_option_$1])dnl AC_CACHE_CHECK([m4_ifval($2,$2,FLAGS) for sun/cc m4_ifval($1,$1,-option)], VAR,[VAR="no, unknown" AC_LANG_SAVE |