- don't print the second time autoreconf would be run
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Aug 2007 16:44:41 +0000 (16:44 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Aug 2007 16:44:41 +0000 (16:44 -0000)
package/Makefile.autotools.in

index 33fcb603eaf0295095cab9c63417550de00de3dd..6d474402e9caf877dce549adde05fee1683b3134 100644 (file)
@@ -176,7 +176,6 @@ $(BUILD_DIR)/%/.stamp_autoconfigured:
 $(BUILD_DIR)/%/.stamp_configured:
        $(call MESSAGE,"Configuring")
        $(Q)if test "$($(PKG)_AUTORECONF)" = "YES" ; then \
-               $(call MESSAGE,"Running autoreconf")
                cd $(@D)/$($(PKG)_SUBDIR) && \
                $(AUTORECONF) ; \
        fi