From 7b4bd8222579b60bec6ab9dbf834d61b1fc7cc74 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 28 Jan 2011 16:07:07 -0500 Subject: config: replace deprecated AC_HELP_STRING with AS_HELP_STRING This silences an Automake warning. Signed-off-by: Gaetan Nadon --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4966dae..75d5b0a 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ XORG_DEFAULT_OPTIONS AC_PROG_LIBTOOL pciids_path=/usr/share/hwdata -AC_ARG_WITH(pciids-path, AC_HELP_STRING([--with-pciids-path=PCIIDS_PATH], +AC_ARG_WITH(pciids-path, AS_HELP_STRING([--with-pciids-path=PCIIDS_PATH], [Path to pci.ids file]), [pciids_path="$withval"]) AX_DEFINE_DIR(PCIIDS_PATH, pciids_path, [Path to pci.ids]) @@ -56,7 +56,7 @@ if test "x$LINUX_ROM" = xyes; then fi use_zlib=no -AC_ARG_WITH(zlib, AC_HELP_STRING([--with-zlib], +AC_ARG_WITH(zlib, AS_HELP_STRING([--with-zlib], [Enable zlib support to read gzip compressed pci.ids]), [use_zlib="$withval"]) if test "x$use_zlib" = xyes; then -- cgit v1.2.3