aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-05 17:09:35 (GMT)
committerfluxgen <fluxgen>2002-01-05 17:09:35 (GMT)
commitd5eac398fc1930852e8e55c8d47a9d12e08e930b (patch)
tree6e2b67323bbc618c1efbd0f1612a893b037fbe1b
parentc23161a442816d394af8e1c8a68c3e86049f766e (diff)
downloadfluxbox-d5eac398fc1930852e8e55c8d47a9d12e08e930b.zip
fluxbox-d5eac398fc1930852e8e55c8d47a9d12e08e930b.tar.bz2
update
-rw-r--r--ChangeLog2
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82476a5..36edf2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1Changes for 0.1.6: 1Changes for 0.1.6:
2*02/01/05: 2*02/01/05:
3 * Applied "maximize slit stop"-patch (Thanks Andrew Livesay ) 3 * Applied "maximize slit stop"-patch (Thanks Andrew Livesay )
4 * Fixed bug in Windowmenu (Thanks Chris Elston)
5 * Fixed error in nls/it_IT/Makefile.am
4*02/01/04: 6*02/01/04:
5 * Fixed keybinding bug (Thanks Devaux Fabien) 7 * Fixed keybinding bug (Thanks Devaux Fabien)
6*02/01/01: 8*02/01/01:
diff --git a/configure b/configure
index 650e9b1..41cff26 100755
--- a/configure
+++ b/configure
@@ -728,7 +728,7 @@ fi
728 728
729PACKAGE=fluxbox 729PACKAGE=fluxbox
730 730
731VERSION=0.1.5 731VERSION=0.1.6
732 732
733if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then 733if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
734 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } 734 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/configure.in b/configure.in
index f3f4a44..ad302bf 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
1dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 1dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
2dnl Initialize autoconf and automake 2dnl Initialize autoconf and automake
3AC_INIT(src/main.cc) 3AC_INIT(src/main.cc)
4AM_INIT_AUTOMAKE(fluxbox,0.1.5,no-define) 4AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define)
5 5
6dnl Determine default prefix 6dnl Determine default prefix
7test x$prefix = "xNONE" && prefix="$ac_default_prefix" 7test x$prefix = "xNONE" && prefix="$ac_default_prefix"