/[mldonkey]/mldonkey/config/configure.in
ViewVC logotype

Diff of /mldonkey/config/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.197 by spiralvoice, Tue Jul 19 17:39:49 2005 UTC revision 1.198 by spiralvoice, Tue Jul 19 18:01:33 2005 UTC
# Line 9  CONFIGURE_ARGUMENTS=$* Line 9  CONFIGURE_ARGUMENTS=$*
9  echo "Arguments to configure: $CONFIGURE_ARGUMENTS"  echo "Arguments to configure: $CONFIGURE_ARGUMENTS"
10    
11  MAJOR_VERSION=2  MAJOR_VERSION=2
12  MINOR_VERSION=5  MINOR_VERSION=6
13  SUB_VERSION1=30       # set to 0 if you want to disable this value  SUB_VERSION=0   # range 0-7 due to eMule limitations
 SUB_VERSION2=17       # set to 0 if you want to disable this value  
   
 # this will be the feature MLDonkey version number  
 #MAJOR_VERSION=3  
 #MINOR_VERSION=0  
 #SUB_VERSION1=0   # range 0-7 due to eMule limitations  
14    
15  AC_CANONICAL_HOST  AC_CANONICAL_HOST
16  AC_MSG_NOTICE(Building on $host)  AC_MSG_NOTICE(Building on $host)
# Line 96  if test -f ./CVS/Entries ; then Line 90  if test -f ./CVS/Entries ; then
90  fi  fi
91  fi  fi
92  MLDONKEY_VERSION=$MAJOR_VERSION.$MINOR_VERSION  MLDONKEY_VERSION=$MAJOR_VERSION.$MINOR_VERSION
93  if test ! "$SUB_VERSION1" = "0"; then  if test ! "$SUB_VERSION" = "0"; then
94    MLDONKEY_VERSION=$MLDONKEY_VERSION.$SUB_VERSION1    MLDONKEY_VERSION=$MLDONKEY_VERSION.$SUB_VERSION
   if test ! "$SUB_VERSION2" = "0"; then  
     MLDONKEY_VERSION=$MLDONKEY_VERSION.$SUB_VERSION2  
   fi  
95  fi  fi
96  if test -f ./subrelease; then  if test -f ./subrelease; then
97    MLDONKEY_VERSION=$MLDONKEY_VERSION`cat ./subrelease`    MLDONKEY_VERSION=$MLDONKEY_VERSION`cat ./subrelease`
# Line 1219  AC_SUBST(MLDONKEY_VERSION) Line 1210  AC_SUBST(MLDONKEY_VERSION)
1210  AC_SUBST(SCM_VERSION)  AC_SUBST(SCM_VERSION)
1211  AC_SUBST(MAJOR_VERSION)  AC_SUBST(MAJOR_VERSION)
1212  AC_SUBST(MINOR_VERSION)  AC_SUBST(MINOR_VERSION)
1213  AC_SUBST(SUB_VERSION1)  AC_SUBST(SUB_VERSION)
 AC_SUBST(SUB_VERSION2)  
1214  AC_SUBST(GTOOLBOX_POPUPMENU)  AC_SUBST(GTOOLBOX_POPUPMENU)
1215  AC_SUBST(OS_FILES)  AC_SUBST(OS_FILES)
1216  AC_SUBST(OS_FILES2)  AC_SUBST(OS_FILES2)

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26