From: vapier Date: Sat, 29 Oct 2005 02:43:40 +0000 (+0000) Subject: touchup help output X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~527 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01ad499c0090c46c2b2a5756ddb42c59c98b269c;p=profile%2Fivi%2Femotion.git touchup help output git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@18077 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/m4/ac_path_generic.m4 b/m4/ac_path_generic.m4 index fc31281..b7a2c13 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