diff options
author | Reuben Thomas <rrt@sc3d.org> | 2009-08-06 22:39:54 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2009-08-06 22:39:54 +0100 |
commit | 3ea011f8cd6c4c47bdd8e9779169efe2ad05caa6 (patch) | |
tree | b985d888c9fc54bb8bbf7a7b7b6c3178fc58bb11 /m4/ac_cond_with_level.m4 | |
parent | 2ff01bdb018a1a1bc9e5800314d70e06972192cc (diff) | |
download | autoconf-archive-3ea011f8cd6c4c47bdd8e9779169efe2ad05caa6.tar.gz |
Rename AC_ prefixes to AX_ (only in names of aa macros!).
Diffstat (limited to 'm4/ac_cond_with_level.m4')
-rw-r--r-- | m4/ac_cond_with_level.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/ac_cond_with_level.m4 b/m4/ac_cond_with_level.m4 index b6b5697..150cb75 100644 --- a/m4/ac_cond_with_level.m4 +++ b/m4/ac_cond_with_level.m4 @@ -2,6 +2,10 @@ # http://www.nongnu.org/autoconf-archive/ac_cond_with_level.html # =========================================================================== # +# OBSOLETE MACRO +# +# Renamed to AX_COND_WITH_LEVEL +# # SYNOPSIS # # AC_COND_WITH_LEVEL(PACKAGE [,DEFAULT [,YESLEVEL]]) |