From: Colin Leroy Date: Sun, 20 Mar 2005 08:09:22 +0000 (+0000) Subject: Update commitHelper so that we don't use EXTRA_GTK2_VERSION by default X-Git-Tag: rel_1_9_9~65 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=754c4231563412c111990ce5d0306bbec298029b;ds=inline Update commitHelper so that we don't use EXTRA_GTK2_VERSION by default anymore. --- 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