chiark / gitweb /
Fix quoted strings. Oops.
[userv.git] / configure.in
index 4eb36c08855ec9ded3ae6b8f6c5d6f13c58a9189..a97feaef3e4aafe8f69f0a15d22a2f8bc530256e 100644 (file)
@@ -147,7 +147,7 @@ fi
 [CFLAGS="`echo $CFLAGS $CWARNS | sed -e 's/-O[0-9]*/$(OPTIMISE)/'`"]
 
 AC_SUBST(VERSION)
-VERSION="`sed -n '/^userv (.*)/!d; s/^userv (//; s/).*//; p; q' Changelog`"
+VERSION="`sed -n '/^userv (.*)/!d; s/^userv (//; s/).*//; p; q' debian/changelog`"
 echo will build version $VERSION
 
 AC_OUTPUT(Makefile)