/[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.14 by akim, Tue Oct 22 11:14:45 2002 UTC revision 1.15 by akim, Mon Oct 28 08:57:40 2002 UTC
# Line 2  Line 2 
2    
3  AT_BANNER([Compatibility with other tools.])  AT_BANNER([Compatibility with other tools.])
4    
5  # Copyright 2000, 2001 Free Software Foundation, Inc.  # Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
6  #  #
7  # This program is free software; you can redistribute it and/or modify  # This program is free software; you can redistribute it and/or modify
8  # it under the terms of the GNU General Public License as published by  # it under the terms of the GNU General Public License as published by
# Line 20  AT_BANNER([Compatibility with other tool Line 20  AT_BANNER([Compatibility with other tool
20  # 02111-1307, USA.  # 02111-1307, USA.
21    
22    
23  ## -------------------- ##  ## --------- ##
24  ## Autoconf & Libtool.  ##  ## Libtool.  ##
25  ## -------------------- ##  ## --------- ##
26    
27  AT_SETUP([[Libtool]])  AT_SETUP([[Libtool]])
28    
# 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 | sed -n ["s,^.*\`\(/[^']*\)'.*,\1,p"]],  AT_CHECK([libtoolize || exit 77, 0, [ignore], [ignore])
          0, [stdout], ignore)  
   
 # Make sure at-path contains something valid, and let the test suite  
 # display it when verbose.  And fail, skipping would too easily hide  
 # problems.  
 AT_CHECK([grep . stdout], 0, [ignore])  
 AT_CHECK([test -f "`cat stdout`"])  
53    
54  # libtoolize installed everything but install-sh...  # libtoolize installed everything but install-sh...
55  touch install-sh  touch install-sh

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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