diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 40b8ff3..eeb3533 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl Initialize autoconf and automake | 1 | dnl Initialize autoconf and automake |
2 | AC_INIT(src/main.cc) | 2 | AC_INIT(src/main.cc) |
3 | AC_PREREQ(2.52) | 3 | AC_PREREQ(2.52) |
4 | AM_INIT_AUTOMAKE(fluxbox,cvs-2003-12-17, no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,0.9.7, 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" |
@@ -465,6 +465,10 @@ util/Makefile | |||
465 | util/fbrun/Makefile | 465 | util/fbrun/Makefile |
466 | data/Makefile | 466 | data/Makefile |
467 | data/styles/Makefile | 467 | data/styles/Makefile |
468 | data/styles/BlueFlux/Makefile | ||
469 | data/styles/BlueFlux/pixmaps/Makefile | ||
470 | data/styles/Emerge/Makefile | ||
471 | data/styles/Emerge/pixmaps/Makefile | ||
468 | doc/Makefile | 472 | doc/Makefile |
469 | nls/Makefile | 473 | nls/Makefile |
470 | nls/C/Makefile | 474 | nls/C/Makefile |