aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-26 15:58:36 (GMT)
committerfluxgen <fluxgen>2002-11-26 15:58:36 (GMT)
commit031edc36acb3957046d0836ec0ac17cd1c323b22 (patch)
tree1f7168077e321bdc466a4c237ee6ed81f983460b /configure.in
parentb5acf3a78f51e9fb1503f82e2235d98694328a67 (diff)
downloadfluxbox-031edc36acb3957046d0836ec0ac17cd1c323b22.zip
fluxbox-031edc36acb3957046d0836ec0ac17cd1c323b22.tar.bz2
added Makefile for src/FbTk and libtool config
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1804514..72d514f 100644
--- a/configure.in
+++ b/configure.in
@@ -17,6 +17,7 @@ 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
20 21
21AC_CHECK_PROGS(regex_cmd, sed) 22AC_CHECK_PROGS(regex_cmd, sed)
22if test x$regex_cmd = "x"; then 23if test x$regex_cmd = "x"; then
@@ -311,6 +312,7 @@ AM_CONFIG_HEADER(config.h)
311AC_OUTPUT(Makefile 312AC_OUTPUT(Makefile
312version.h 313version.h
313src/Makefile 314src/Makefile
315src/FbTk/Makefile
314util/Makefile 316util/Makefile
315util/fbrun/Makefile 317util/fbrun/Makefile
316data/Makefile 318data/Makefile