+2005-02-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ * lib/compile: Likewise.
+
2005-02-02 Alexandre Duret-Lutz <adl@gnu.org>
* lib/elisp-comp: Use `(exit N); exit N', not `(exit N); exit';
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
-scriptversion=2004-10-12.08
+scriptversion=2005-02-03.08
-# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey@cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
Report bugs to <bug-automake@gnu.org>.
EOF
- exit 0
+ exit $?
;;
-v | --v*)
echo "compile $scriptversion"
- exit 0
+ exit $?
;;
esac