]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: introduce AM_PROG_CC_C_O macro
authorSami Kerola <kerolasa@iki.fi>
Sat, 26 Feb 2011 14:37:18 +0000 (15:37 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Mar 2011 12:37:18 +0000 (13:37 +0100)
commit31c9c1c4c0279542613318d25e12e18eb6182c81
tree724ab4cc40cea126d4b840500916c1669c5c0c61
parentae26618cb24b99010e8d496b1d4e1c88d5e1e2e8
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>
configure.ac