|
From: Benjamin C. <bc...@us...> - 2001-08-13 12:33:14
|
Update of /cvsroot/phpbt/phpbt
In directory usw-pr-cvs1:/tmp/cvs-serv21229
Modified Files:
configure
Log Message:
Not all dialog versions support the --menuitem option
Index: configure
===================================================================
RCS file: /cvsroot/phpbt/phpbt/configure,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure 2001/08/11 02:35:22 1.4
+++ configure 2001/08/13 12:33:11 1.5
@@ -3,8 +3,6 @@
tempfile=`tempfile 2>/dev/null` || tempfile=/tmp/test$$
trap "rm -f $tempfile" 0 1 2 5 15
-menuitem='Administrivia'
-
# Strings
ADMINEMAIL=phpbt@`hostname -d`
INSTALLPATH=`pwd`
@@ -71,7 +69,6 @@
fi
PHPLIBPATH=`<$tempfile`
- menuitem='Features'
}
change_features() {
@@ -145,13 +142,11 @@
fi
fi
- menuitem='Save'
}
show_menu() {
$DIALOG --clear --backtitle "phpBT Configuration" \
--title "Configuration Menu" \
- --default-item $menuitem \
--menu "Choose from the options below to configure your phpBugTracker installation." 15 68 4 \
"Administrivia" "Parameters that must be configured" \
"Features" "Optional features" \
|