summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>1999-11-25 02:29:25 +0000
committerWichert Akkerman <wakkerma@debian.org>1999-11-25 02:29:25 +0000
commita63818254e6f285fac255d12abf8a5113936c66b (patch)
tree672e4c94e517a22f391d6106b2f6763b29eb2bb9 /utils
parent3718ad27bdd901d695faee48147224fcf3157018 (diff)
downloaddpkg-a63818254e6f285fac255d12abf8a5113936c66b.tar.gz
Some more updates.. we should (almost) be there now
Diffstat (limited to 'utils')
-rw-r--r--utils/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/configure.in b/utils/configure.in
index 7d09d77f7..0b9e6d70b 100644
--- a/utils/configure.in
+++ b/utils/configure.in
@@ -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(/)