diff options
author | Reuben Thomas <rrt@sc3d.org> | 2009-08-13 12:51:11 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2009-08-13 12:51:11 +0100 |
commit | d722dcd17c95e0eb178fdd34dc14ce79f2f14103 (patch) | |
tree | c8297c839796480fc2c04bbe4d2b9751ee3e6917 /m4/ax_cxx_namespaces.m4 | |
parent | 58f1084c58874f22d412a810030d0fdae4896443 (diff) | |
download | autoconf-archive-d722dcd17c95e0eb178fdd34dc14ce79f2f14103.tar.gz |
Add AU_ALIAS calls to new files for all recently renamed macros.
Diffstat (limited to 'm4/ax_cxx_namespaces.m4')
-rw-r--r-- | m4/ax_cxx_namespaces.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ax_cxx_namespaces.m4 b/m4/ax_cxx_namespaces.m4 index 2b7e482..8276aab 100644 --- a/m4/ax_cxx_namespaces.m4 +++ b/m4/ax_cxx_namespaces.m4 @@ -20,6 +20,7 @@ # permitted in any medium without royalty provided the copyright notice # and this notice are preserved. +AU_ALIAS([AC_CXX_NAMESPACES], [AX_CXX_NAMESPACES]) AC_DEFUN([AX_CXX_NAMESPACES], [AC_CACHE_CHECK(whether the compiler implements namespaces, ax_cv_cxx_namespaces, |