Update of /cvsroot/xine/xine-plugin
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27582
Modified Files:
configure.ac
Log Message:
Get some help from autoconf to format our configuration options' help text.
Index: configure.ac
===================================================================
RCS file: /cvsroot/xine/xine-plugin/configure.ac,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- configure.ac 25 Nov 2006 14:12:42 -0000 1.7
+++ configure.ac 12 Dec 2006 02:36:31 -0000 1.8
@@ -79,7 +79,7 @@
dnl Where plugin will be installed
dnl
AC_ARG_WITH(plugindir,
- [ --with-plugindir=<dir> specify plugin directory
[[default=~/.mozilla/plugins]]],
+ AS_HELP_STRING(--with-plugindir=<dir>,[specify plugin directory
[[default=~/.mozilla/plugins]]]),
PLUGIN_DIR="$withval", PLUGIN_DIR="")
if test x"$PLUGIN_DIR" = x; then
@@ -92,7 +92,7 @@
dnl Logo format to use
dnl
AC_ARG_WITH(logo,
- [ --with-logo=<format> chose the logo format (ogg or png)
[[default=ogg]]],
+ AS_HELP_STRING(--with-logo=<format>,[choose the logo format (ogg or png)
[[default=ogg]]]),
logo_format="$withval", logo_format="ogg")
case "$logo_format" in
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog