[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 08ed00124d8b6b445d3b91a9aa15eec638b02f05
Clint Adams
schizo at debian.org
Sun Nov 15 03:16:58 UTC 2009
The following commit has been merged in the upstream branch:
commit a7f8bcbbea98ac1d4e4dd9e08530d8b5fe205daa
Author: Clint Adams <schizo at debian.org>
Date: Tue Dec 21 20:33:28 2004 +0000
derive version from debian/changelog in prebuild
git-archimport-id: fakeroot at packages.debian.org--fakeroot/fakeroot--main--0.0--patch-42
diff --git a/Makefile.am b/Makefile.am
index db04706..41438b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ DISTCLEANFILES = fakerootconfig.h
EXTRA_DIST=wrapawk wrapfunc.inp \
debian/rules debian/changelog debian/control \
message.h \
- DEBUG BUGS
+ DEBUG BUGS VERSION
CLEAN_FILES=fakerootconfig.h
diff --git a/configure.ac b/configure.ac
index 1c4e0e7..fd60c1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([fakeroot],[1.2.2],[schizo at debian.org],[fakeroot])
+AC_INIT([fakeroot],[FAKEROOT_VERSION],[schizo at debian.org],[fakeroot])
AC_PREREQ(2.59)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
--
fakeroot
More information about the Fakeroot-commits
mailing list