]> err.no Git - dpkg/commitdiff
Some more updates.. we should (almost) be there now
authorWichert Akkerman <wakkerma@debian.org>
Thu, 25 Nov 1999 02:29:25 +0000 (02:29 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 25 Nov 1999 02:29:25 +0000 (02:29 +0000)
utils/configure.in

index 7d09d77f76b46b8b80ac2bdbada7e0ef2f9570a2..0b9e6d70b1f7eb84ee7383e766a7527080f3c42a 100644 (file)
@@ -3,14 +3,13 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.12])
 
 AC_INIT(start-stop-daemon.c)
-AM_CONFIG_HEADER(config.h)
 
 AC_CHECK_TOOL(CC, gcc)
 AC_PROG_CC
 AC_CANONICAL_SYSTEM
 AC_CHECK_TOOL_PREFIX
 
-AM_INIT_AUTOMAKE(start-stop-daemon,[`sed -n '1s/dpkg (\([0-9.]\+\)).*/\1/p' ${srcdir}/../debian/changelog`])
+AM_INIT_AUTOMAKE(start-stop-daemon,[`cat ${srcdir}/../version-nr`])
 
 AC_PREFIX_DEFAULT(/)