value of `system'. From Andris Pavenis. Fixes copy.test.
* m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
1999-01-22 Tom Tromey <tromey@cygnus.com>
+ * automake.in (require_file_internal): Correctly examine return
+ value of `system'. From Andris Pavenis. Fixes copy.test.
+
* m4/init.m4 (AM_INIT_AUTOMAKE): Require autoconf 2.13.
* automake.in (lang_ppf77_rewrite): New function. From Jochen
- Kuepper.
+ Kuepper. Fixes ppf77.test.
(lang_ratfor_rewrite): New function
* automake.in (handle_configure): Use `&' before sub calls (Perl 4
Alexandre Oliva oliva@dcc.unicamp.br
Andreas Schwab schwab@lamothe.informatik.uni-dortmund.de
Andrew Cagney cagney@tpgi.com.au
+Andris Pavenis pavenis@lanet.lv
Anthony Green green@cygnus.com
Assar Westerlund assar@sics.se
Bernard Urban Bernard.Urban@meteo.fr
$trailer = "; error while making link: $!\n";
}
}
- elsif (! system ('cp', $am_dir . '/' . $file, $errfile))
+ elsif (system ('cp', $am_dir . '/' . $file, $errfile))
{
$suppress = 0;
$trailer = "\n error while copying\n";