/[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.29 by akim, Sun Jan 6 20:48:11 2002 UTC revision 1.30 by akim, Tue Jan 29 17:19:30 2002 UTC
# Line 554  cd testSubDir Line 554  cd testSubDir
554  # The contents of `inner/', and `inner/innermost/'.  # The contents of `inner/', and `inner/innermost/'.
555  AS_MKDIR_P([inner/innermost])  AS_MKDIR_P([inner/innermost])
556    
557  AT_DATA([inner/configure.ac],  # We have to use configure.in, not configure.ac, if we still want to
558    # be compatible with Automake 1.4: aclocal (run by autoreconf) would
559    # die because it can't find configure.in.
560    AT_DATA([inner/configure.in],
561  [AC_INIT(GNU Inner, 1.0)  [AC_INIT(GNU Inner, 1.0)
562  AC_CONFIG_SRCDIR([innermost/config.in])  AC_CONFIG_SRCDIR([innermost/config.in])
563  AC_ARG_VAR([INNER], [an inner variable])  AC_ARG_VAR([INNER], [an inner variable])
# Line 573  top_srcdir=@top_srcdir@ Line 576  top_srcdir=@top_srcdir@
576  AT_DATA([install-sh], [])  AT_DATA([install-sh], [])
577    
578  # nonexistent is allowed not to exist.  # nonexistent is allowed not to exist.
579  AT_DATA([configure.ac],  AT_DATA([configure.in],
580  [AC_INIT(GNU Outer, 1.0)  [AC_INIT(GNU Outer, 1.0)
581  AC_ARG_VAR([OUTER], [an outer variable])  AC_ARG_VAR([OUTER], [an outer variable])
582  if false; then  if false; then
# Line 608  top_srcdir=../../../inner Line 611  top_srcdir=../../../inner
611  ])  ])
612    
613    
614  AT_CLEANUP(testSubDir)  AT_CLEANUP

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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