(AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
test/Makefile.
* Makefile.in (subdirs): Add m4, lib. Remove doc, test.
+2002-11-01 Bruno Haible <bruno@clisp.org>
+
+ * configure.in: Add AC_CONFIG_AUX_DIR call.
+ (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
+ test/Makefile.
+ * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
+
2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
* regex.c (PATFETCH): Remove the translating fetch.
SHELL = /bin/sh
-subdirs = doc test
+subdirs = m4 lib
default all:: regex.o
.PHONY: default all
dnl Process this file with autoconf to produce a configure script.
AC_INIT(regex.c)
+AC_CONFIG_AUX_DIR(config)
AC_PROG_CC
AC_PROG_INSTALL
AC_PREFIX(gcc)
-AC_OUTPUT(Makefile doc/Makefile test/Makefile)
+AC_OUTPUT(Makefile m4/Makefile lib/Makefile)