oops. revert some files that accidentally got into that last commit.

They were local changes that shouldn't have gone into the commit
(way too early)
This commit is contained in:
James Henstridge 2002-02-14 00:46:58 +00:00
parent b0db44badc
commit f99e38b2b1
5 changed files with 259 additions and 5457 deletions

764
config.guess vendored

File diff suppressed because it is too large Load Diff

View File

@ -173,7 +173,7 @@ install-data-local:
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
echo '-- Installing $(srcdir)/html/index.sgml' ; \
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
fi)
#

View File

@ -140,8 +140,6 @@ Calculates the minimum of @a and @b.
@a: a numeric value.
@b: a numeric value.
@Returns: the minimum of @a and @b.
<!-- # Unused Parameters # -->
@Param1:
<!-- ##### MACRO MAX ##### -->

View File

@ -152,7 +152,7 @@ install-data-local:
$(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
done; \
echo '-- Installing $(srcdir)/html/index.sgml' ; \
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
fi)
#

4946
ltmain.sh

File diff suppressed because it is too large Load Diff