New commits:
commit 3ca581dc7d6713946deafefb8bc97b029504db72
Author: Ethan Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan Grammatikidis <eekee57 AT fastmail.fm>
libxaw: Normalized configure questions
diff --git a/xorg-lib/libxaw/CONFIGURE b/xorg-lib/libxaw/CONFIGURE
index 8174205..2516d2d 100755
--- a/xorg-lib/libxaw/CONFIGURE
+++ b/xorg-lib/libxaw/CONFIGURE
@@ -1,11 +1,11 @@
config_query_option LIBXAW_OPTS \
- 'Disable building of libXaw.so.6?' \
- n \
- '--disable-xaw6' \
- '--enable-xaw6' &&
+ 'Enable building of libXaw.so.6 (recommended)?' \
+ y \
+ '--enable-xaw6' \
+ '--disable-xaw6' &&
config_query_option LIBXAW_OPTS \
- 'Disable building of libXaw.so.7?' \
- n \
- '--disable-xaw7' \
- '--enable-xaw7'
+ 'Enable building of libXaw.so.7 (recommended)?' \
+ y \
+ '--enable-xaw7' \
+ '--disable-xaw7'
diff --git a/xorg-lib/libxaw/HISTORY b/xorg-lib/libxaw/HISTORY
index 31e4737..7924c7d 100644
--- a/xorg-lib/libxaw/HISTORY
+++ b/xorg-lib/libxaw/HISTORY
@@ -1,3 +1,7 @@
+2008-09-11 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * CONFIGURE: Made both options ask to enable as is normal for spells,
+ and made them default to y.
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well
[SM-Commit] GIT changes to master grimoire by Ethan Grammatikidis (3ca581dc7d6713946deafefb8bc97b029504db72),
Ethan Grammatikidis, 09/11/2008