summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSami Kerola2011-02-26 15:37:18 +0100
committerKarel Zak2011-03-08 13:37:18 +0100
commit31c9c1c4c0279542613318d25e12e18eb6182c81 (patch)
tree724ab4cc40cea126d4b840500916c1669c5c0c61 /configure.ac
parentbuild-sys: use AC_LANG_SOURCE to suppress warnings (diff)
downloadkernel-qcow2-util-linux-31c9c1c4c0279542613318d25e12e18eb6182c81.tar.gz
kernel-qcow2-util-linux-31c9c1c4c0279542613318d25e12e18eb6182c81.tar.xz
kernel-qcow2-util-linux-31c9c1c4c0279542613318d25e12e18eb6182c81.zip
build-sys: introduce AM_PROG_CC_C_O macro
Fix to warning which will appear when using fairly new automake (automake commit id fd22dca). disk-utils/Makefile.am:31: warning: compiling `mkswap.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' Reference documentation http://www.gnu.org/software/hello/manual/automake/Public-Macros.html#index-AM_005fPROG_005fCC_005fC_005fO-296 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8421d5077..1d793c333 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_SUBST([usrsbin_execdir])
usrlib_execdir='${exec_prefix}/'$libdirname
AC_SUBST([usrlib_execdir])
-
+AM_PROG_CC_C_O
AC_PROG_CC_STDC
AC_GNU_SOURCE
AC_CANONICAL_HOST