]> arthur.barton.de Git - netatalk.git/commitdiff
Remove obsolete --with-did configure option.
authorsrittau <srittau>
Sat, 1 Dec 2001 15:24:40 +0000 (15:24 +0000)
committersrittau <srittau>
Sat, 1 Dec 2001 15:24:40 +0000 (15:24 +0000)
distrib/debian/changelog
distrib/debian/rules

index de16005789b862e658e9dbecf98f6a781681d6b0..a9f048f390e8cb2d98d88f64cc921dfad2c6082e 100644 (file)
@@ -5,8 +5,9 @@ netatalk (1.5pre8cvs-0) unstable; urgency=low
   * Upstream does now have manpages for apple_cp(1), apple_mv(1), and
     apple_rm(1), written by Lance Levsen <l.levsen@printwest.com>.
     Removed the links to undocumented(7).
+  * Don't supply --with-did=last anymore, since this is now the default.
 
- -- Sebastian Rittau <srittau@debian.org>  Sun, 18 Nov 2001 15:14:40 +0100
+ -- Sebastian Rittau <srittau@debian.org>  Wed, 28 Nov 2001 01:22:10 +0100
 
 netatalk (1.5pre8-5) unstable; urgency=low
 
index 42a24ec455989f2cd344167b370e127ad5450bb4..824b41dcebfebdc7ccd100a659d6257fd8c78183 100755 (executable)
@@ -22,7 +22,7 @@ export LDFLAGS
 CONFIGURE_FLAGS = \
        --with-shadow --enable-fhs --sysconfdir=/etc/netatalk           \
        --with-tcp-wrappers --mandir=/usr/share/man --prefix=/usr       \
-       --enable-timelord --with-did=last --enable-overwrite            \
+       --enable-timelord --enable-overwrite                            \
        --with-cracklib=/var/cache/cracklib/cracklib_dict
 ifneq "x$(USE_SSL)" "xyes"
 CONFIGURE_FLAGS += --without-ssl-dir