summaryrefslogtreecommitdiffstats
path: root/m4/aalib.m4
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-27 20:37:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-27 20:37:17 +0000
commitea003f663a78858145940d9b363912d57a953bed (patch)
treee1c96a182d2b2e432f20dceef9603a6053e29163 /m4/aalib.m4
parent6d02b7738beee2fa3ebe8247b4b92d47e613eef0 (diff)
various AC_HELP_STRING changes
Original commit message from CVS: various AC_HELP_STRING changes
Diffstat (limited to 'm4/aalib.m4')
-rw-r--r--m4/aalib.m46
1 files changed, 3 insertions, 3 deletions
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