summaryrefslogtreecommitdiff
path: root/config/depcomp
diff options
context:
space:
mode:
Diffstat (limited to 'config/depcomp')
-rw-r--r--config/depcomp8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/depcomp b/config/depcomp
index 11e2d3bfe1..15d2f70817 100644
--- a/config/depcomp
+++ b/config/depcomp
@@ -1,9 +1,9 @@
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2004-05-31.23
+scriptversion=2005-02-02.21
-# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -50,11 +50,11 @@ Environment variables:
Report bugs to <bug-automake@gnu.org>.
EOF
- exit 0
+ exit $?
;;
-v | --v*)
echo "depcomp $scriptversion"
- exit 0
+ exit $?
;;
esac