summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-12-22 21:19:24 +0000
committerBenedikt Meurer <benny@xfce.org>2004-12-22 21:19:24 +0000
commit0ac1a762347425acc71c1b14fba0b62c8e29f51f (patch)
tree829f4a7461885f31d04a75c9bf3faf5b8040fa4c /autogen.sh
parent6fe5a788740ade2c264f4c271975e97be174767d (diff)
downloadxfwm4-0ac1a762347425acc71c1b14fba0b62c8e29f51f.tar.gz
Update ChangeLog. Fix make distcheck.xfce-4.2rc3
(Old svn revision: 12237)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh15
1 files changed, 5 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 98ed0e92f..5cd2f6302 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -83,16 +83,11 @@ if test "$DIE" -eq 1; then
exit 1
fi
-if test -z "$*"; then
- echo "**Message**: I am going to add --enable-maintainer-mode to \`configure'."
- echo "If you wish to pass any other to it, please specify them on the"
- echo \`$0\'" command line."
- echo
-
- conf_flags="--enable-maintainer-mode"
-else
- unset conf_flags
-fi
+echo "**Message**: I am going to add --enable-maintainer-mode to \`configure'."
+echo "If you wish to pass any other to it, please specify them on the"
+echo \`$0\'" command line."
+echo
+conf_flags="--enable-maintainer-mode"
case $CC in
xlc )