From d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 12 Jul 2005 21:31:25 +0000 Subject: 2005-07-12 Frank Ch. Eigler * buildrun.cxx (compile_pass): Make non-verbose mode quieter. (run_pass): Spawn stpd for dirty work. * Makefile.am: Also build stpd into libexecdir. * configure.ac: Pass LIBEXECDIR. * Makefile.in, configure, config.in: Regenerated. * AUTHORS: Update. --- config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index ea913bbf..caf3ecc9 100644 --- a/config.in +++ b/config.in @@ -48,6 +48,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* libexecdir */ +#undef LIBEXECDIR + /* Name of package */ #undef PACKAGE -- cgit