summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-29 02:43:40 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-29 02:43:40 +0000
commitf9e6ff62b60b09d51baa0f8b2f9f1bdd040daafa (patch)
tree5043e2d60434dc445d198e490d2f868598da2e98 /m4
parent1ebd9678cdf66f4a7c66d37bb0896829b0a305cf (diff)
downloadenlightenment-f9e6ff62b60b09d51baa0f8b2f9f1bdd040daafa.tar.gz
touchup help output
SVN revision: 18077
Diffstat (limited to 'm4')
-rw-r--r--m4/ac_path_generic.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/ac_path_generic.m4 b/m4/ac_path_generic.m4
index fc31281f25..b7a2c130dc 100644
--- a/m4/ac_path_generic.m4
+++ b/m4/ac_path_generic.m4
@@ -35,9 +35,11 @@ pushdef([DOWN], translit([$1], [A-Z], [a-z]))dnl
dnl
dnl Get the cflags and libraries from the LIBRARY-config script
dnl
-AC_ARG_WITH(DOWN-prefix,[ --with-]DOWN[-prefix=PFX Prefix where $1 is installed (optional)],
+AC_ARG_WITH(DOWN-prefix,
+ [ --with-]DOWN[-prefix=PFX Prefix where $1 is installed (optional)],
DOWN[]_config_prefix="$withval", DOWN[]_config_prefix="")
-AC_ARG_WITH(DOWN-exec-prefix,[ --with-]DOWN[-exec-prefix=PFX Exec prefix where $1 is installed (optional)],
+AC_ARG_WITH(DOWN-exec-prefix,
+ [ --with-]DOWN[-exec-prefix=PFX Exec prefix where $1 is installed (optional)],
DOWN[]_config_exec_prefix="$withval", DOWN[]_config_exec_prefix="")
if test x$DOWN[]_config_exec_prefix != x ; then