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

Diff of /autoconf/tests/torture.at

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

revision 1.35 by akim, Mon Sep 9 15:51:52 2002 UTC revision 1.36 by akim, Sat Sep 28 14:10:46 2002 UTC
# Line 635  prefix=/usr/local Line 635  prefix=/usr/local
635  ])  ])
636    
637  # Make sure precious variables and command line options are properly  # Make sure precious variables and command line options are properly
638  # passed, even when there are duplicates.  # passed, even when there are duplicates.  Run another directory so
639  AT_CHECK([cd builddir && ../configure --prefix /bad --prefix /good INNER=bad INNER=good], 0, [ignore])  # that if the user has set config.site to have a config.cache, then
640  AT_CHECK([cat builddir/inner/innermost/config], 0,  # the two runs don't have colliding caches.
641    AS_MKDIR_P([builddir2])
642    AT_CHECK([cd builddir2 && ../configure --prefix /bad --prefix /good INNER=bad INNER=good], 0, [ignore])
643    AT_CHECK([cat builddir2/inner/innermost/config], 0,
644  [INNER=good  [INNER=good
645  srcdir=../../../inner/innermost  srcdir=../../../inner/innermost
646  top_srcdir=../../../inner  top_srcdir=../../../inner

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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