aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-07-14 00:36:28 (GMT)
committerfluxgen <fluxgen>2002-07-14 00:36:28 (GMT)
commitc647399a44ea5a8732ba5120b0240bf38a3055eb (patch)
tree692a8865149fddc1857df227a7b3a5eddeabfbc8
parent7132541c9fc9b1123340427e0eae779b2c8b50df (diff)
downloadfluxbox_pavel-c647399a44ea5a8732ba5120b0240bf38a3055eb.zip
fluxbox_pavel-c647399a44ea5a8732ba5120b0240bf38a3055eb.tar.bz2
removed libtool check and changed version number
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 87dea07..989643c 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.9,no-define) 4AM_INIT_AUTOMAKE(fluxbox,0.1.10,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"
@@ -17,7 +17,6 @@ dnl Locate required external software
17AC_PROG_CC 17AC_PROG_CC
18AC_PROG_CXX 18AC_PROG_CXX
19AC_PROG_INSTALL 19AC_PROG_INSTALL
20AM_PROG_LIBTOOL
21 20
22AC_CHECK_PROGS(regex_cmd, sed) 21AC_CHECK_PROGS(regex_cmd, sed)
23if test x$regex_cmd = "x"; then 22if test x$regex_cmd = "x"; then