Przeglądaj źródła

Some more updates.. we should (almost) be there now

Wichert Akkerman 27 lat temu
rodzic
commit
a63818254e
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      utils/configure.in

+ 1 - 2
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(/)