From: Michael Tremer Date: Wed, 20 May 2009 12:12:05 +0000 (+0000) Subject: Fixed autoreconf of midnight commander. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a46d95decd3f57e45b150ee1dbd1bcda276d58c;p=ipfire-3.x.git Fixed autoreconf of midnight commander. --- diff --git a/lfs/mc b/lfs/mc index 2ed24ee26..9f46df4b5 100644 --- a/lfs/mc +++ b/lfs/mc @@ -81,7 +81,7 @@ $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-utf8.patch - cd $(DIR_APP) && autoreconf -f -v + cd $(DIR_APP) && AUTOPOINT=true autoreconf -f -v -i cd $(DIR_APP) && \ ./configure \ $(CONFIGURE_ARCH) \