From: Philippe Coval Date: Wed, 10 Dec 2014 17:09:09 +0000 (+0100) Subject: build: support automake-1.14.1 and previous X-Git-Tag: accepted/tizen/common/20141210.173057^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c238326903f6590f788488d0640216d989bf7c9;p=platform%2Fupstream%2Fxorg-launch-helper.git build: support automake-1.14.1 and previous Change-Id: I557f5aef69580f3f7ce2faa64d956ad2770f30fa Signed-off-by: Philippe Coval --- diff --git a/configure.ac b/configure.ac index 20be125..2af1b36 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AC_CONFIG_HEADERS([config.h]) # Checks for programs. AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_INSTALL # FIXME: Replace `main' with a function in `-lrt':