Changeset 3800
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/build.xml
r3452 r3800 2 2 3 3 <!-- Set global properties for this build --> 4 <property name="version" value="0.20.1.1 4+"/>4 <property name="version" value="0.20.1.15"/> 5 5 <property name="topdir" value="${basedir}/.."/> 6 6 <property name="distdir" value="/tmp/j-${version}"/> -
trunk/j/configure
r3452 r3800 1 1 #! /bin/sh 2 # From configure.in Revision: 1.14 8.2 # From configure.in Revision: 1.149 . 3 3 # Guess values for system-dependent variables and create Makefiles. 4 4 # Generated by GNU Autoconf 2.57. … … 851 851 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 852 852 fi 853 cd $ac_popdir853 cd "$ac_popdir" 854 854 done 855 855 fi … … 1303 1303 1304 1304 1305 version=0.20.1.1 4+1305 version=0.20.1.15 1306 1306 1307 1307 -
trunk/j/configure.in
r3452 r3800 2 2 dnl 3 3 dnl Copyright (C) 1998-2003 Peter Graves 4 dnl $Id: configure.in,v 1.14 8 2003-08-20 15:59:53piso Exp $4 dnl $Id: configure.in,v 1.149 2003-09-15 19:06:52 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.14 8$)20 AC_REVISION($Revision: 1.149 $) 21 21 22 22 BOOTFILE=./configure-options … … 32 32 AC_PROG_INSTALL 33 33 34 version=0.20.1.1 4+34 version=0.20.1.15 35 35 AC_SUBST(version) 36 36
Note: See TracChangeset
for help on using the changeset viewer.