all repos — fluxbox @ c647399a44ea5a8732ba5120b0240bf38a3055eb

custom fork of the fluxbox windowmanager

removed libtool check and changed version number
fluxgen fluxgen
commit

c647399a44ea5a8732ba5120b0240bf38a3055eb

parent

7132541c9fc9b1123340427e0eae779b2c8b50df

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M configure.inconfigure.in

@@ -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.9,no-define) +AM_INIT_AUTOMAKE(fluxbox,0.1.10,no-define) dnl Determine default prefix test x$prefix = "xNONE" && prefix="$ac_default_prefix"

@@ -17,7 +17,6 @@ dnl Locate required external software

AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL -AM_PROG_LIBTOOL AC_CHECK_PROGS(regex_cmd, sed) if test x$regex_cmd = "x"; then