diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-27 20:37:17 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-27 20:37:17 +0000 |
commit | 2825dabef273ac445dbc64e8717c9b535b35f402 (patch) | |
tree | 698614d84feb46a5aabc9883dff287f078da1afd /m4/aalib.m4 | |
parent | c19a632e3f8f402e89a13cef15d7fdfe411675b2 (diff) | |
download | gst-plugins-bad-2825dabef273ac445dbc64e8717c9b535b35f402.tar.gz gst-plugins-bad-2825dabef273ac445dbc64e8717c9b535b35f402.tar.bz2 gst-plugins-bad-2825dabef273ac445dbc64e8717c9b535b35f402.zip |
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.m4 | 6 |
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 |