Process Setup* files with makesetup in the same order as the makefile.
diff --git a/configure b/configure
index f6fc007..9033eb4 100755
--- a/configure
+++ b/configure
@@ -5106,7 +5106,7 @@
 int main() {
 
 /* Ultrix mips cc rejects this.  */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0,0};
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;
@@ -6642,5 +6642,5 @@
 echo "creating Makefile"
 $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
 			-s Modules Modules/Setup.config \
-			Modules/Setup Modules/Setup.local
+			Modules/Setup.local Modules/Setup
 mv config.c Modules