commit 59c4bac991d746a16d9a2298c19dde72503cf9cf Author: Todd Zullinger <t...@pobox.com> Date: Tue Jun 15 11:23:51 2010 -0400
Fix temp mount dir configure option The argument to AC_ARG_WITH and AC_HELP_STRING should match. Whether the option should be renamed to be less verbose is left for the future. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/configure.ac b/configure.ac index a26ea6d..2a9072f 100644 --- a/configure.ac +++ b/configure.ac @@ -209,7 +209,7 @@ dnl * mount the iPod to write out its extended info file. dnl *********************************************************************** temp_mount_dir="/tmp/" -AC_ARG_WITH(temp_mount_dir, AC_HELP_STRING([--with-mount-dir=DIR], +AC_ARG_WITH(temp_mount_dir, AC_HELP_STRING([--with-temp-mount-dir=DIR], [Directory where HAL/udev will create a sub-directory to mount iPods]),, with_temp_mount_dir="$temp_mount_dir") TMPMOUNTDIR="$with_temp_mount_dir" ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2