[PATCH libXfont] config: remove protection for AS_HELP_STRING for old autoconf

Jeremy Huddleston jeremyhu at apple.com
Sat Mar 27 16:48:56 PDT 2010


I'm confused... what makes it 2.60 instead of 2.58?

On Mar 27, 2010, at 15:01, Gaetan Nadon wrote:

> No longer needed as modules will not configure with 2.57.
> AS_HELP_STRING was introduced in 2.58. The minimum level
> is now 2.60.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
> configure.ac |    4 +---
> 1 files changed, 1 insertions(+), 3 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index c75a041..852124a 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -20,7 +20,7 @@ dnl  PERFORMANCE OF THIS SOFTWARE.
> dnl
> dnl Process this file with autoconf to create configure.
> 
> -AC_PREREQ([2.57])
> +AC_PREREQ([2.60])
> 
> AC_INIT([libXfont],
> 	1.4.1,
> @@ -57,8 +57,6 @@ PKG_PROG_PKG_CONFIG
> AC_CHECK_HEADERS([endian.h poll.h sys/poll.h])
> AC_CHECK_FUNCS([poll])
> 
> -m4_ifdef([AS_HELP_STRING], , [m4_define([AS_HELP_STRING], m4_defn([AC_HELP_STRING]))])
> -
> #
> # select libraries to include
> #
> -- 
> 1.6.0.4
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3333 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100327/c9fcf689/attachment.bin>


More information about the xorg-devel mailing list