소스 검색

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

Wichert Akkerman 27 년 전
부모
커밋
a63818254e
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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_PREREQ([2.12])
 
 
 AC_INIT(start-stop-daemon.c)
 AC_INIT(start-stop-daemon.c)
-AM_CONFIG_HEADER(config.h)
 
 
 AC_CHECK_TOOL(CC, gcc)
 AC_CHECK_TOOL(CC, gcc)
 AC_PROG_CC
 AC_PROG_CC
 AC_CANONICAL_SYSTEM
 AC_CANONICAL_SYSTEM
 AC_CHECK_TOOL_PREFIX
 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(/)
 AC_PREFIX_DEFAULT(/)