summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-10 07:47:56 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-10 07:47:56 +0000
commit31fdef161d3e6dbfa90206b9abad209801c34fb5 (patch)
treecf1c26e5baca2f1a655a8dd0039c545c149f8248
parent083f4d6c9837a64c3df46cb00f8121e93fa6b30d (diff)
${prefix} should be defined, as it may be used by autoconf.
-rw-r--r--muttbug.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/muttbug.sh.in b/muttbug.sh.in
index 928ec635..3acf49fa 100644
--- a/muttbug.sh.in
+++ b/muttbug.sh.in
@@ -30,6 +30,8 @@
SUBMIT="submit@bugs.guug.de"
DEBIAN_SUBMIT="submit@bugs.debian.org"
+prefix=@prefix@
+
DEBUGGER=@DEBUGGER@
SENDMAIL=@SENDMAIL@
sysconfdir=@sysconfdir@