isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 9e61cb1d69c22a1d41daf6bd4f61a128b4964636
parent fc9bd1b874f344ce37501c6adc30a0cc8816e11f
Author: Nicolas Boullis <nboullis@users.sf.net>
Date:   Tue, 27 Jan 2004 01:24:48 +0000

Use the new --disable-maintainer-mode option to configure rather than try
to touch the proper files in the proper order.

Diffstat:
Mdebian/rules | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules @@ -15,9 +15,7 @@ DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) build: build-stamp build-stamp: patch-stamp dh_testdir - touch configure.in ; touch Makefile.am ; touch aclocal.m4 - touch Makefile.in ; touch configure - ./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man + ./configure --disable-maintainer-mode --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man $(MAKE) CFLAGS="$(CFLAGS)" touch build-stamp