2005-06-30 Alexandre Duret-Lutz <adl@gnu.org>
+ * automake.in (make_paragraphs): Do not define %TOPDIR%, now that
+ lib/am/header-vars.am no longer uses it.
+ * lib/am/libtool.am (distclean-am, distclean-libtool): Define
+ if TOPDIR_P is true, not TOPDIR.
+ Suggested by Stepan Kasal.
+
* automake.in (read_am_file): Correctly diagnose comments following
trailing backslash.
* tests/commen10.test: New file.
'CK-NEWS' => !! option 'check-news',
'SUBDIRS' => !! var ('SUBDIRS'),
- 'TOPDIR' => backname ($relative_dir),
'TOPDIR_P' => $relative_dir eq '.',
'BUILD' => ($seen_canonical >= AC_CANONICAL_BUILD),
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003
+## Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2003, 2005
## Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
clean-libtool:
?LTRMS?%LTRMS%
-?TOPDIR?distclean-am: distclean-libtool
-?TOPDIR?distclean-libtool:
-?TOPDIR? -rm -f libtool
+?TOPDIR_P?distclean-am: distclean-libtool
+?TOPDIR_P?distclean-libtool:
+?TOPDIR_P? -rm -f libtool