From ea003f663a78858145940d9b363912d57a953bed Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 27 May 2002 20:37:17 +0000 Subject: various AC_HELP_STRING changes Original commit message from CVS: various AC_HELP_STRING changes --- m4/aalib.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'm4/aalib.m4') diff --git a/m4/aalib.m4 b/m4/aalib.m4 index 906aabd8..8260b2d3 100644 --- a/m4/aalib.m4 +++ b/m4/aalib.m4 @@ -16,17 +16,17 @@ dnl Get the cflags and libraries from the aalib-config script dnl AC_ARG_WITH(aalib-prefix, AC_HELP_STRING([--with-aalib-prefix=PFX], - [Prefix where AALIB is installed (optional)]), + [prefix where AALIB is installed (optional)]), aalib_prefix="$withval", aalib_prefix="") AC_ARG_WITH(aalib-exec-prefix, AC_HELP_STRING([--with-aalib-exec-prefix=PFX], - [Exec prefix where AALIB is installed (optional)]), + [exec prefix where AALIB is installed (optional)]), aalib_exec_prefix="$withval", aalib_exec_prefix="") AC_ARG_ENABLE(aalibtest, AC_HELP_STRING([--disable-aalibtest], - [Do not try to compile and run a test AALIB program]), + [do not try to compile and run a test AALIB program]), , enable_aalibtest=yes) if test x$aalib_exec_prefix != x ; then -- cgit