]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* lib/compile: Likewise.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 3 Feb 2005 07:36:19 +0000 (07:36 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 3 Feb 2005 07:36:19 +0000 (07:36 +0000)
ChangeLog
lib/compile

index a05a88def9b9c9813e113bdb541377533743d11f..e6bbb380e06ba3ee434b0f0cf94782c263883cb5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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';
index 3d2170320efc07c320445d98bb4bfad1393a4e8d..ad57e2f687554882dddf2c7bf424bff73175d38c 100755 (executable)
@@ -1,9 +1,9 @@
 #! /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
@@ -47,11 +47,11 @@ right script to run: please start by reading the file `INSTALL'.
 
 Report bugs to <bug-automake@gnu.org>.
 EOF
-    exit 0
+    exit $?
     ;;
   -v | --v*)
     echo "compile $scriptversion"
-    exit 0
+    exit $?
     ;;
 esac