~ubuntu-branches/ubuntu/natty/cyrus-sasl2/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-07-09 12:10:40 UTC
  • Revision ID: james.westby@ubuntu.com-20100709121040-b21h3fnej2cv2l88
Tags: 2.1.23.dfsg1-5ubuntu2
Remove unhelpful debian/sample/config.h, stop copying it in, and arrange
to have the autoconf-generated config.h included when building sample/
instead (LP: #600180).

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
        rm -f build-stamp build-indep-stamp build-arch-stamp
107
107
 
108
108
        rm -f $(CURDIR)/sample/sample-client \
109
 
                $(CURDIR)/sample/sample-server \
110
 
                $(CURDIR)/sample/config.h
 
109
                $(CURDIR)/sample/sample-server
111
110
        [ ! -f Makefile ] || $(MAKE) distclean
112
111
        $(AUTOTOOLS_REVERSE)
113
112
        (cd saslauthd && $(AUTOTOOLS_REVERSE) && cd ..)
170
169
               --with-configdir=/etc/sasl:/usr/lib/sasl2 \
171
170
               --sysconfdir=/etc \
172
171
               --with-devrandom=/dev/urandom
173
 
               
174
 
        # Prepare to build sample-{client,server}
175
 
        cp -f $(CURDIR)/debian/sample/config.h $(CURDIR)/sample/config.h
176
172
 
177
173
        # Record the build-time settings for later reference
178
174
        echo 'To build this package, configure was called as follows:' \