diff options
author | Reuben Thomas <rrt@sc3d.org> | 2009-08-11 12:03:51 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2009-08-11 12:03:51 +0100 |
commit | b456074a0da5f319a512c043e6c5102e078923f4 (patch) | |
tree | 2c79e04c0fac4095425dfdff52a07d2192c92b36 /m4/ac_very_nice.m4 | |
parent | 8675a94dfc235fa81c82a9abb82f140f530bda88 (diff) | |
download | autoconf-archive-b456074a0da5f319a512c043e6c5102e078923f4.tar.gz |
Add AU_ALIAS calls to obsolete macros.
Diffstat (limited to 'm4/ac_very_nice.m4')
-rw-r--r-- | m4/ac_very_nice.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ac_very_nice.m4 b/m4/ac_very_nice.m4 index 1843d96..0388f0d 100644 --- a/m4/ac_very_nice.m4 +++ b/m4/ac_very_nice.m4 @@ -55,6 +55,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +AU_ALIAS([AC_VERY_NICE], [AX_VERY_NICE]) AC_DEFUN([AC_VERY_NICE],[ if test "x$1" != "x"; then NICE_VALUE=$1 |