summaryrefslogtreecommitdiff
path: root/ham/gnuradio-howto/patches/patch-aa
blob: 636dc06d99c8435fd4e28123f01aa541281d57e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.3 2010/09/15 09:38:44 markd Exp $

--- configure.orig	2010-06-03 07:17:38.000000000 +0000
+++ configure
@@ -2798,12 +2798,12 @@ $as_echo "not found" >&6; }
   fi
 
 
-    if test "$MINOR_VERSION" == "git"; then
+    if test "$MINOR_VERSION" = "git"; then
                 RELEASE=$GIT_DESCRIBE
     DOCVER=$MAJOR_VERSION.$API_COMPAT$MINOR_VERSION
     LIBVER=$MAJOR_VERSION.$API_COMPAT$MINOR_VERSION
   else
-    if test "$MAINT_VERSION" == "git" ; then
+    if test "$MAINT_VERSION" = "git" ; then
                         RELEASE=$GIT_DESCRIBE
       DOCVER=$MAJOR_VERSION.$API_COMPAT.$MINOR_VERSION$MAINT_VERSION
       LIBVER=$MAJOR_VERSION.$API_COMPAT.$MINOR_VERSION$MAINT_VERSION