[rkward-cvs] rkward aclocal.m4, 1.17, 1.18 configure, 1.48, 1.49 configure.in, 1.38, 1.39 configure.in.in, 1.19, 1.20
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Sep 17 14:03:16 UTC 2006
- Previous message: [rkward-cvs] rkward/rkward rkward.cpp,1.131,1.132
- Next message: [rkward-cvs] rkward/debian changelog, 1.20, 1.21 control, 1.15, 1.16 files, 1.4, 1.5 rules, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8343
Modified Files:
aclocal.m4 configure configure.in configure.in.in
Log Message:
Bump version number an re-autoconf with 2.60a
Index: configure
===================================================================
RCS file: /cvsroot/rkward/rkward/configure,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** configure 14 Sep 2006 16:28:02 -0000 1.48
--- configure 17 Sep 2006 14:03:13 -0000 1.49
***************
*** 1,5 ****
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.60.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
--- 1,5 ----
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated by GNU Autoconf 2.60a.
#
[...3558 lines suppressed...]
--- 37254,37272 ----
continue
fi
! # Extract the definition of DEPDIR, am__include, and am__quote
! # from the Makefile without running `make'.
! DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
test -z "$DEPDIR" && continue
+ am__include=`sed -n 's/^am__include = //p' < "$mf"`
+ test -z "am__include" && continue
+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
# When using ansi2knr, U may be empty or an underscore; expand it
! U=`sed -n 's/^U = //p' < "$mf"`
! # Find all dependency output files, they are included files with
! # $(DEPDIR) in their names. We invoke sed twice because it is the
! # simplest approach to changing $(DEPDIR) to its actual value in the
! # expansion.
! for file in `sed -n "
! s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
# Make sure the directory exists.
Index: configure.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** configure.in 13 Sep 2006 12:32:00 -0000 1.38
--- configure.in 17 Sep 2006 14:03:13 -0000 1.39
***************
*** 41,45 ****
dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.7pre2) dnl searches for some needed programs
KDE_SET_PREFIX
--- 41,45 ----
dnl Automake doc recommends to do this only here. (Janos)
! AM_INIT_AUTOMAKE(rkward, 0.3.7) dnl searches for some needed programs
KDE_SET_PREFIX
Index: configure.in.in
===================================================================
RCS file: /cvsroot/rkward/rkward/configure.in.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** configure.in.in 13 Sep 2006 12:32:00 -0000 1.19
--- configure.in.in 17 Sep 2006 14:03:13 -0000 1.20
***************
*** 1,5 ****
#MIN_CONFIG(3)
! AM_INIT_AUTOMAKE(rkward,0.3.7pre2)
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
--- 1,5 ----
#MIN_CONFIG(3)
! AM_INIT_AUTOMAKE(rkward,0.3.7)
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/rkward/rkward/aclocal.m4,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** aclocal.m4 14 Sep 2006 16:28:01 -0000 1.17
--- aclocal.m4 17 Sep 2006 14:03:13 -0000 1.18
***************
*** 1,6 ****
! # aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
! # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
! # Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
--- 1,6 ----
! # generated automatically by aclocal 1.9.6 -*- Autoconf -*-
! # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
[...13525 lines suppressed...]
+ # tar/untar a dummy directory, and stop if the command works
+ rm -rf conftest.dir
+ mkdir conftest.dir
+ echo GrepMe > conftest.dir/file
+ AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+ rm -rf conftest.dir
+ if test -s conftest.tar; then
+ AM_RUN_LOG([$am__untar <conftest.tar])
+ grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+ fi
+ done
+ rm -rf conftest.dir
! AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
! AC_MSG_RESULT([$am_cv_prog_tar_$1])])
! AC_SUBST([am__tar])
! AC_SUBST([am__untar])
! ]) # _AM_PROG_TAR
+ m4_include([acinclude.m4])
- Previous message: [rkward-cvs] rkward/rkward rkward.cpp,1.131,1.132
- Next message: [rkward-cvs] rkward/debian changelog, 1.20, 1.21 control, 1.15, 1.16 files, 1.4, 1.5 rules, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list