* utils/configure.in: removed so top level configure will take over this
subdir
+Fri Nov 26 18:09:17 EST 1999 Ben Collins <bcollins@debian.org>
+
+ * configure.in: generate utils/Makefile
+ * utils/configure.in: removed so top level configure will take over this
+ subdir
+
Fri Nov 26 02:21:56 CET 1999 Wichert Akkerman <wakkerma@debian.org>
* Fix .so-entries for script manpages
libtoolize --force $copy
autoheader
autoconf
-
-# Utils has it's own configure, so we need to repeat this there
-cd utils
-aclocal -I ../automake
-autoheader
-autoconf -l ../
-
-# Return to the previous directory
-cd ..
-
AC_DEFINE_UNQUOTED(LLIBDIR, "$LLIBDIR")
AC_DEFINE_UNQUOTED(LOCALSTATEDIR, "$LOCALSTATEDIR")
-AC_CONFIG_SUBDIRS(utils)
-
AC_OUTPUT(
Makefile.conf
Makefile
main/Makefile
dselect/Makefile
methods/Makefile
+utils/Makefile
po/Makefile.in)
+++ /dev/null
-dnl Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.12])
-
-AC_INIT(start-stop-daemon.c)
-
-AC_CHECK_TOOL(CC, gcc)
-AC_PROG_CC
-AC_CANONICAL_SYSTEM
-AC_CHECK_TOOL_PREFIX
-
-AM_INIT_AUTOMAKE(start-stop-daemon,[`cat ${srcdir}/../version-nr`])
-
-AC_PREFIX_DEFAULT(/)
-
-AC_PROG_INSTALL
-
-AC_CHECK_HEADERS(error.h hurd.h ps.h hurd/ihash.h)
-
-AC_CHECK_LIB(shouldbeinlibc, fmt_past_time)
-AC_CHECK_LIB(ps, proc_stat_list_pid_proc_stat)
-
-AC_OUTPUT(Makefile)