* lib/am/texi-vers.am, lib/am/subdirs.am, lib/am/scripts.am,
[platform/upstream/automake.git] / lib / am / dejagnu.am
index bfe3cd5..e4154c8 100644 (file)
@@ -1,5 +1,6 @@
 ## automake - create Makefile.in from Makefile.am
-## Copyright 1994, 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997, 2000, 2001, 2003
+## Free Software Foundation, Inc.
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -29,16 +30,16 @@ RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
 ## Otherwise they are looked for in $PATH.
 if %?CYGNUS%
 EXPECT = `if test -f $(top_builddir)/../expect/expect; then \
-            echo $(top_builddir)/../expect/expect; \
-          else \
-            echo expect; \
-          fi`
+           echo $(top_builddir)/../expect/expect; \
+         else \
+           echo expect; \
+         fi`
 
 RUNTEST = `if test -f $(top_srcdir)/../dejagnu/runtest; then \
-             echo $(top_srcdir)/../dejagnu/runtest; \
-           else \
-             echo runtest; \
-           fi`
+            echo $(top_srcdir)/../dejagnu/runtest; \
+          else \
+            echo runtest; \
+          fi`
 else ! %?CYGNUS%
 EXPECT = expect
 RUNTEST = runtest