We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc0584 commit 13da31eCopy full SHA for 13da31e
texk/xdvik/configure
@@ -19975,9 +19975,9 @@ printf %s "checking for type of XawListChange list parameter... " >&6; }
19975
tab=' ' # that's a tab character
19976
# The outer square brackets are the Autoconf quote pair;
19977
# the inner square brackets are the normal regexp character class.
19978
- echo "got '$list_type' from $listh, tab=$tab." >/tmp/lh
+ #echo "got '$list_type' from $listh, tab=$tab." >/tmp/lh
19979
list_type=`echo "$list_type" | sed "s/[ $tab][ $tab]*/ /g"`
19980
- echo "new '$list_type' from $listh" >>/tmp/lh
+ #echo "new '$list_type' from $listh" >>/tmp/lh
19981
#
19982
if test -z "$list_type"; then
19983
# But if we didn't find anything, default to the type of our
0 commit comments