Changeset 8528
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/build.xml
r8498 r8528 2 2 3 3 <!-- Set global properties for this build --> 4 <property name="version" value="0.21.0.1 "/>4 <property name="version" value="0.21.0.1+"/> 5 5 <property name="topdir" value="${basedir}/.."/> 6 6 <property name="distdir" value="/tmp/j-${version}"/> -
trunk/j/configure
r8498 r8528 1 1 #! /bin/sh 2 # From configure.ac Revision: 1.6 8.2 # From configure.ac Revision: 1.69 . 3 3 # Guess values for system-dependent variables and create Makefiles. 4 4 # Generated by GNU Autoconf 2.59. … … 1340 1340 1341 1341 1342 version=0.21.0.1 1342 version=0.21.0.1+ 1343 1343 1344 1344 -
trunk/j/configure.ac
r8498 r8528 2 2 dnl 3 3 dnl Copyright (C) 1998-2004 Peter Graves 4 dnl $Id: configure.ac,v 1.6 8 2005-02-06 20:15:57piso Exp $4 dnl $Id: configure.ac,v 1.69 2005-02-10 17:47:58 piso Exp $ 5 5 dnl 6 6 dnl This program is free software; you can redistribute it and/or … … 18 18 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 19 20 AC_REVISION($Revision: 1.6 8$)20 AC_REVISION($Revision: 1.69 $) 21 21 22 22 BOOTFILE=./configure-options … … 32 32 AC_PROG_INSTALL 33 33 34 version=0.21.0.1 34 version=0.21.0.1+ 35 35 AC_SUBST(version) 36 36
Note: See TracChangeset
for help on using the changeset viewer.