[PATCH] configure.ac: Fix C compiler detection to be compatible with automake.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
Richard W.M. Jones wrote:
From 2a651ad31dfe6055b12729352a430beb11a0d42c Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones@redhat.com> Date: Wed, 9 Dec 2009 14:37:53 +0000 Subject: [PATCH] configure.ac: Fix C compiler detection to be compatible with automake.
This avoid the following error:
test/Makefile.am:17: compiling `main.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
Since this will create scripts like ./compile, ./depcomp etc we also need to add those to the .gitignore file.
After applying this patch you may need to rerun 'autoreconf -i'. --- .gitignore | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-)
ACK. Jim -- To unsubscribe, e-mail: vhostmd+unsubscribe@opensuse.org For additional commands, e-mail: vhostmd+help@opensuse.org
participants (2)
-
Jim Fehlig
-
Richard W.M. Jones