]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed autoreconf of midnight commander.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 May 2009 12:12:05 +0000 (12:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 May 2009 12:12:05 +0000 (12:12 +0000)
lfs/mc

diff --git a/lfs/mc b/lfs/mc
index 2ed24ee26570af1ca6ad8a77371186671b8041b1..9f46df4b52ebcdf8f05f5fb3e5122d4a8aba500b 100644 (file)
--- 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) \