From a6cac46c1741cc686da46585c16b17c2acb9f416 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Thu, 4 Jul 2002 19:57:57 +0000 Subject: * libtool.m4: New file. * libc/sys/linux/process.c: Implement vfork in terms of fork, rather than as a syscall. --- newlib/libc/sys/rtems/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'newlib/libc/sys/rtems') diff --git a/newlib/libc/sys/rtems/Makefile.in b/newlib/libc/sys/rtems/Makefile.in index b85675e04..8410a334a 100644 --- a/newlib/libc/sys/rtems/Makefile.in +++ b/newlib/libc/sys/rtems/Makefile.in @@ -129,7 +129,8 @@ 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 + ../../../acinclude.m4 ../../../aclocal.m4 \ + ../../../libtool.m4 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) -- cgit v1.2.3