diff options
author | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-07-04 19:57:57 +0000 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@redhat.com> | 2002-07-04 19:57:57 +0000 |
commit | a6cac46c1741cc686da46585c16b17c2acb9f416 (patch) | |
tree | 4524296c7f69c182b0592e483cca07c90c081a7e /newlib/doc | |
parent | 30b2092fcb3283a42447e47a549e216fd90945ec (diff) | |
download | newlib-a6cac46c1741cc686da46585c16b17c2acb9f416.zip newlib-a6cac46c1741cc686da46585c16b17c2acb9f416.tar.gz newlib-a6cac46c1741cc686da46585c16b17c2acb9f416.tar.bz2 |
* libtool.m4: New file.
* libc/sys/linux/process.c: Implement vfork in terms of fork,
rather than as a syscall.
Diffstat (limited to 'newlib/doc')
-rw-r--r-- | newlib/doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/doc/Makefile.in b/newlib/doc/Makefile.in index 888607a..5e43e42 100644 --- a/newlib/doc/Makefile.in +++ b/newlib/doc/Makefile.in @@ -116,7 +116,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in ../acinclude.m4 \ - ../aclocal.m4 + ../aclocal.m4 ../libtool.m4 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |