/[autoconf]/autoconf/tests/foreign.at
ViewVC logotype

Diff of /autoconf/tests/foreign.at

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by akim, Mon Oct 28 09:20:56 2002 UTC revision 1.17 by akim, Mon Oct 28 09:31:48 2002 UTC
# Line 49  AT_DATA([configure.in], Line 49  AT_DATA([configure.in],
49  AC_CONFIG_AUX_DIR(.)  AC_CONFIG_AUX_DIR(.)
50  AC_PROG_LIBTOOL  AC_PROG_LIBTOOL
51  ]])  ]])
52  AT_CHECK([libtoolize || exit 77], 0, [ignore], [ignore])  AT_CHECK([libtoolize], 0, [stdout], ignore)
53    
54    # Some broken libtoolize fail to install a functional config.guess.
55    AT_CHECK([./config.guess || exit 77], [], [ignore], [ignore])
56    
57    # Make sure at-path contains something valid, and let the test suite
58    # display it when verbose.  And fail, skipping would too easily hide
59    # problems.
60    AT_CHECK([sed -n ["s,^.*\`\(/[^']*\)'.*,\1,p"] stdout], 0, [stdout])
61    AT_CHECK([test -f "`cat stdout`"])
62    
63  # libtoolize installed everything but install-sh...  # libtoolize installed everything but install-sh...
64  touch install-sh  touch install-sh

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26