diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ | |||
1 | Changes for 0.1.6: | 1 | Changes 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: |
@@ -728,7 +728,7 @@ fi | |||
728 | 728 | ||
729 | PACKAGE=fluxbox | 729 | PACKAGE=fluxbox |
730 | 730 | ||
731 | VERSION=0.1.5 | 731 | VERSION=0.1.6 |
732 | 732 | ||
733 | if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then | 733 | if 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 @@ | |||
1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 | 1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 |
2 | dnl Initialize autoconf and automake | 2 | dnl Initialize autoconf and automake |
3 | AC_INIT(src/main.cc) | 3 | AC_INIT(src/main.cc) |
4 | AM_INIT_AUTOMAKE(fluxbox,0.1.5,no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define) |
5 | 5 | ||
6 | dnl Determine default prefix | 6 | dnl Determine default prefix |
7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" | 7 | test x$prefix = "xNONE" && prefix="$ac_default_prefix" |