From: Peter Rosin Date: Wed, 1 Feb 2012 15:28:48 +0000 (+0100) Subject: Merge branch 'maint' X-Git-Tag: v1.11b~191 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dde91c5484e045882198d656fcfda7e9c11d7858;p=platform%2Fupstream%2Fautomake.git Merge branch 'maint' --- dde91c5484e045882198d656fcfda7e9c11d7858 diff --cc tests/depcomp8a.test index 2d9e809,b94cf1d..222797d --- a/tests/depcomp8a.test +++ b/tests/depcomp8a.test @@@ -19,11 -19,13 +19,12 @@@ # Keep this in sync with sister test `depcomp8b.test', which checks the # same thing for libtool objects. +required=cc . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AC_PROG_CC + #x AM_PROG_CC_C_O AC_OUTPUT END diff --cc tests/depcomp8b.test index 876f6aa,715d951..d4ee9c3 --- a/tests/depcomp8b.test +++ b/tests/depcomp8b.test @@@ -19,12 -19,14 +19,13 @@@ # Keep this in sync with sister test `depcomp8a.test', which checks the # same thing for non-libtool objects. -required=libtoolize +required='cc libtoolize' . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AC_PROG_CC + #x AM_PROG_CC_C_O +AM_PROG_AR AC_PROG_LIBTOOL AC_OUTPUT END