diff options
author | markt <markt> | 2006-06-23 00:31:08 (GMT) |
---|---|---|
committer | markt <markt> | 2006-06-23 00:31:08 (GMT) |
commit | 5fc5ec3374ad903cdf6a2c6b30ce7d8de54d087b (patch) | |
tree | 17b83d474590815da1e23f3e8843c6faf8112e98 /configure.in | |
parent | dedbd7e46816ebce6628d9357cc7feee7a61ab57 (diff) | |
download | fluxbox-5fc5ec3374ad903cdf6a2c6b30ce7d8de54d087b.zip fluxbox-5fc5ec3374ad903cdf6a2c6b30ce7d8de54d087b.tar.bz2 |
Make startfluxbox aware of --program-prefix and --program-suffix
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 54e8a12..7b32edc 100644 --- a/configure.in +++ b/configure.in | |||
@@ -592,6 +592,9 @@ AC_ARG_WITH( | |||
592 | AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") | 592 | AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") |
593 | AC_SUBST(LOCALE_PATH) | 593 | AC_SUBST(LOCALE_PATH) |
594 | 594 | ||
595 | AC_SUBST(program_prefix) | ||
596 | AC_SUBST(program_suffix) | ||
597 | |||
595 | dnl Determine the return type of signal handlers | 598 | dnl Determine the return type of signal handlers |
596 | AC_TYPE_SIGNAL | 599 | AC_TYPE_SIGNAL |
597 | 600 | ||