discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANN: GNUstep GUI/Back 0.24.1


From: Wolfgang Lux
Subject: Re: ANN: GNUstep GUI/Back 0.24.1
Date: Mon, 18 May 2015 10:57:00 +0200

> Am 17.05.2015 um 22:06 schrieb Fred Kiefer <fredkiefer@gmx.de>:
> 
> This is version 0.24.1 of the GNUstep GUI library (`gnustep-gui').

And unfortunately the GNUstack back library contains a bug in the logic to run 
config.status/configure when necessary. Apparently that bug was corrected 
before the release for gui, but missed for back. A patch is below.

Wolfgang


svn diff GNUmakefile.postamble
Index: GNUmakefile.postamble
===================================================================
--- GNUmakefile.postamble       (revision 38507)
+++ GNUmakefile.postamble       (working copy)
@@ -63,14 +63,14 @@
 
 back.make: back.make.in Version configure
        if [ -x config.status ]; then \
-         ./config.status --recheck; \
+         ./config.status --recheck && ./config.status; \
        else \
          ./configure; \
        fi
 
-config.mak: config.mak.in configure
+config.make: config.make.in configure
        if [ -x config.status ]; then \
-         ./config.status --recheck; \
+         ./config.status --recheck && ./config.status; \
        else \
          ./configure; \
        fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]