Merge branch 'maint'
authorPeter Rosin <peda@lysator.liu.se>
Wed, 1 Feb 2012 15:28:48 +0000 (16:28 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Wed, 1 Feb 2012 15:28:48 +0000 (16:28 +0100)
1  2 
tests/depcomp8a.test
tests/depcomp8b.test

  # 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
  
  # 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