update
This commit is contained in:
parent
c23161a442
commit
d5eac398fc
3 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
Changes for 0.1.6:
|
||||
*02/01/05:
|
||||
* Applied "maximize slit stop"-patch (Thanks Andrew Livesay )
|
||||
* Fixed bug in Windowmenu (Thanks Chris Elston)
|
||||
* Fixed error in nls/it_IT/Makefile.am
|
||||
*02/01/04:
|
||||
* Fixed keybinding bug (Thanks Devaux Fabien)
|
||||
*02/01/01:
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -728,7 +728,7 @@ fi
|
|||
|
||||
PACKAGE=fluxbox
|
||||
|
||||
VERSION=0.1.5
|
||||
VERSION=0.1.6
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1
|
||||
dnl Initialize autoconf and automake
|
||||
AC_INIT(src/main.cc)
|
||||
AM_INIT_AUTOMAKE(fluxbox,0.1.5,no-define)
|
||||
AM_INIT_AUTOMAKE(fluxbox,0.1.6,no-define)
|
||||
|
||||
dnl Determine default prefix
|
||||
test x$prefix = "xNONE" && prefix="$ac_default_prefix"
|
||||
|
|
Loading…
Reference in a new issue