diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-09-01 09:45:30 -0400 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-03 16:00:29 +1000 |
commit | 79c00a5b5c7866fcc4756993cf4bf4eb2234e9de (patch) | |
tree | 692e1899e1e88ca2f9b065cf9ca350cee5f857b8 /xorgversion.m4 | |
parent | 4c91617d964915005634339afa24b04ec8a2f801 (diff) |
Fix obsolete macro warnings for AC_HELP_STRING #23628
When checking for warnings in any module using XORG_RELEASE_VERSION
one or more warnings on AC_HELP_STRING appears. The macro has been
replaced with AS_HELP_STRING
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'xorgversion.m4')
-rw-r--r-- | xorgversion.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorgversion.m4 b/xorgversion.m4 index 881955d..761af3d 100644 --- a/xorgversion.m4 +++ b/xorgversion.m4 @@ -32,7 +32,7 @@ dnl AC_DEFUN([XORG_RELEASE_VERSION],[ AC_ARG_WITH(release-version, - AC_HELP_STRING([--with-release-version=STRING], + AS_HELP_STRING([--with-release-version=STRING], [Use release version string in package name]), [RELEASE_VERSION="$withval"], [RELEASE_VERSION=""]) |