r254: Don't include symlinks to stuff which might be somewhere entirely different
authoryoe <yoe>
Mon, 4 Jun 2007 01:10:13 +0000 (01:10 +0000)
committeryoe <yoe>
Mon, 4 Jun 2007 01:10:13 +0000 (01:10 +0000)
INSTALL [deleted symlink]
Makefile.am
configure.ac

diff --git a/INSTALL b/INSTALL
deleted file mode 120000 (symlink)
index 5bb6e7b..0000000
--- a/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/automake-1.10/INSTALL
\ No newline at end of file
index fa94e10..40ad1b1 100644 (file)
@@ -10,7 +10,7 @@ nbd_tester_client_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@
 nbd_server_LDADD = @GLIB_LIBS@
 nbd_tester_client_LDADD = @GLIB_LIBS@
 man_MANS = nbd-server.1 nbd-server.5 nbd-client.8
-EXTRA_DIST = nbd-client.8.sgml nbd-server.1.sgml nbd-server.5.sgml gznbd winnbd lfs.h nbd-client.8 CodingStyle simple_test INSTALL
+EXTRA_DIST = nbd-client.8.sgml nbd-server.1.sgml nbd-server.5.sgml gznbd winnbd lfs.h nbd-client.8 CodingStyle simple_test
 MAINTAINERCLEANFILES = nbd-client.8 nbd-server.1
 nbd-server.1.in: nbd-server.1.sgml
        docbook2man nbd-server.1.sgml
index e77007f..97acbe4 100644 (file)
@@ -1,7 +1,7 @@
 dnl Configure script for NBD system
 dnl (c) 1998 Martin Mares <mj@ucw.cz>, (c) 2000 Pavel Machek <pavel@ucw.cz>,
 dnl (c) 2003-2006 Wouter Verhelst <wouter@debian.org>
-AC_INIT([nbd],[SVN],[wouter@debian.org])
+AC_INIT([nbd],[2.9.3],[wouter@debian.org])
 AM_INIT_AUTOMAKE(foreign dist-bzip2)
 AM_MAINTAINER_MODE