chiark / gitweb /
debian: always run configure
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 27 Oct 2013 14:32:37 +0000 (14:32 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 27 Oct 2013 14:32:37 +0000 (14:32 +0000)
Prevents trouble if configure has been run but with non-Debiany
arguments.

debian/rules

index 481b2aefd9497f0ab438af77e0e059ae5d0c7ab8..ea9a54c5429c6f96cbacdb0eda56909d0d0a4e77 100755 (executable)
@@ -69,13 +69,7 @@ build:
          echo ./autogen.sh;\
          ./autogen.sh;\
        fi
-       @set -e;if test ! -f config.status; then \
-         echo ./configure ${CONFIGURE} ${CONFIGURE_EXTRA};\
-         ./configure ${CONFIGURE} ${CONFIGURE_EXTRA};\
-       else\
-         echo ./config.status;\
-         ./config.status;\
-       fi
+       ./configure ${CONFIGURE} ${CONFIGURE_EXTRA}
        $(MAKE) SENDMAIL=${SENDMAIL} ${PARALLEL}
 
 pkg-disorder: build