+Mon Oct 20 16:13:48 1997 Tom Tromey <tromey@cygnus.com>
+
+ * libtool.am: Remove _libs, for libtool 1.0d. From Gord
+ Matzigkeit.
+
Sun Oct 19 22:59:35 1997 Tom Tromey <tromey@cygnus.com>
* texinfos.am: Bug fix. From John W. Coomes.
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997 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
-rm -f *.lo
clean-libtool:
- -rm -rf .libs
+## .libs is for Unix, _libs for DOS.
+ -rm -rf .libs _libs
distclean-libtool:
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995, 1996, 1997 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
-rm -f *.lo
clean-libtool:
- -rm -rf .libs
+## .libs is for Unix, _libs for DOS.
+ -rm -rf .libs _libs
distclean-libtool: