Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] PERFORCE change 79846 by Arwed von Merkatz for review

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Perforce Review Daemon <p4review AT smee.org>
  • To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
  • Subject: [SM-Commit] PERFORCE change 79846 by Arwed von Merkatz for review
  • Date: Fri, 26 May 2006 10:25:01 +0100 (BST)

Change 79846 by arwed_von_merkatz@arwed-Otherland on 2006/05/26 10:20:30

CONFIGURE fixes

Affected files ...

... //sgl/grimoires/test/http/dillo/CONFIGURE#3 integrate
... //sgl/grimoires/test/http/dillo/HISTORY#14 integrate

Differences ...

==== //sgl/grimoires/test/http/dillo/CONFIGURE#3 (xtext) ====

@@ -1,10 +1,10 @@
-if [[ -z $DILLO_TABS ]] ||
- [[ -z $DILLO_AA ]] ||
- [[ -z $DILLO_IPV6 ]] ||
- [[ -z $DILLO_RTFL ]] ||
- [[ -z $DILLO_COOKIES ]] ||
- [[ -z $DILLO_METAREF ]] ||
- [[ -z $DILLO_NLS ]]
+if [[ $DILLO_TABS ]] ||
+ [[ $DILLO_AA ]] ||
+ [[ $DILLO_IPV6 ]] ||
+ [[ $DILLO_RTFL ]] ||
+ [[ $DILLO_COOKIES ]] ||
+ [[ $DILLO_METAREF ]] ||
+ [[ $DILLO_NLS ]]
then
#Save old vars
DILLO_OPTS="$DILLO_TABS $DILLO_AA $DILLO_IPV6 $DILLO_RTFL \
@@ -42,7 +42,7 @@
"--enable-rtfl" \
"--disable-rtfl" &&
#This is broken so forced on, 0.8.6 still broken,also dlgui
-DILLO_OPTS="--enable-cookies --disable-dlgui" &&
+DILLO_OPTS="$DILLO_OPTS --enable-cookies --disable-dlgui" &&
#config_query_option DILLO_OPTS \
# "Cookie support" \
# y \

==== //sgl/grimoires/test/http/dillo/HISTORY#14 (text) ====

@@ -1,3 +1,7 @@
+2006-05-26 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * CONFIGURE: fixed old var -> new var conversion. Don't forget half
+ of the options by resetting DILLO_OPTS in the middle.
+
2006-05-20 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: new version of patch specific to 0.8.6, patchlevel to 2
* BUILD: moved ALL the vars into DILLO_OPTS



  • [SM-Commit] PERFORCE change 79846 by Arwed von Merkatz for review, Perforce Review Daemon, 05/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page