From 754c4231563412c111990ce5d0306bbec298029b Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Sun, 20 Mar 2005 08:09:22 +0000 Subject: [PATCH] Update commitHelper so that we don't use EXTRA_GTK2_VERSION by default anymore. --- commitHelper | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) diff --git a/commitHelper b/commitHelper index 7acd79773..ad7bbc41a 100644 --- a/commitHelper +++ b/commitHelper @@ -1,28 +1,12 @@ #!/bin/bash -if [ "$1" == "--syncgtk2" ]; then - shift - echo -n "sync with EXTRA_VERSION ? [xx] " - read newmicro - cat configure.ac | sed "s/^EXTRA_VERSION=.*/EXTRA_VERSION=$newmicro/" > configure.ac.new \ - && mv configure.ac.new configure.ac ; - cat configure.ac | sed "s/^EXTRA_GTK2_VERSION=.*/EXTRA_GTK2_VERSION=.0/" > configure.ac.new \ - && mv configure.ac.new configure.ac ; -fi; args=`echo $@` head -n 16 configure.ac | grep VERSION= > /tmp/commitTool.tmp source /tmp/commitTool.tmp -if [ -z "$EXTRA_GTK2_VERSION" ]; then - EXTRA_VERSION=`echo $EXTRA_VERSION | awk -F'.' '{for (i=1;i