diff options
author | fluxgen <fluxgen> | 2002-08-20 01:52:38 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-08-20 01:52:38 (GMT) |
commit | 930d40d5a5d9844bfc4aa5368ccdbbdeeab44546 (patch) | |
tree | fbce46496740eff4e33e715e8842bcb4efcb6cba /configure.in | |
parent | 988a1eed4320309c54713c8bcfa860755fcb10ae (diff) | |
download | fluxbox-930d40d5a5d9844bfc4aa5368ccdbbdeeab44546.zip fluxbox-930d40d5a5d9844bfc4aa5368ccdbbdeeab44546.tar.bz2 |
fbrun makefile
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 989643c..cf23feb 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,7 +1,7 @@ | |||
1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 | 1 | dnl configure.in for Fluxbox - created from configure.in Blackbox 0.61.1 |
2 | dnl Initialize autoconf and automake | 2 | dnl Initialize autoconf and automake |
3 | AC_INIT(src/main.cc) | 3 | AC_INIT(src/main.cc) |
4 | AM_INIT_AUTOMAKE(fluxbox,0.1.10,no-define) | 4 | AM_INIT_AUTOMAKE(fluxbox,0.1.10-cvs,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" |
@@ -287,6 +287,7 @@ AM_CONFIG_HEADER(config.h) | |||
287 | AC_OUTPUT(Makefile | 287 | AC_OUTPUT(Makefile |
288 | src/Makefile | 288 | src/Makefile |
289 | util/Makefile | 289 | util/Makefile |
290 | util/fbrun/Makefile | ||
290 | data/Makefile | 291 | data/Makefile |
291 | data/styles/Makefile | 292 | data/styles/Makefile |
292 | doc/Makefile | 293 | doc/Makefile |