]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - configure.ac
Add Makefile rule to rename build products to form used when uploading
[cygwin-apps/setup.git] / configure.ac
index 42ad3e2ddbe468d8d336f46624ea91a58872bd36..ab548c099bd95a9f1fcc669c3a21c13134152432 100644 (file)
@@ -74,15 +74,18 @@ dnl add portability sources to inilint
 case "$host" in
 i?86-*-mingw32)
   SETUP="setup"
+  ARCH="x86"
   ;;
 x86_64-*-mingw32)
   SETUP="setup"
+  ARCH="x86_64"
   ;;
 *)
   AC_MSG_ERROR([Cygwin Setup can only be built for Win32 or Win64 hosts])
   ;;
 esac
 AC_SUBST(SETUP)
+AC_SUBST(ARCH)
 
 AC_CONFIG_FILES([Makefile tests/Makefile])
 AC_OUTPUT
This page took 0.026428 seconds and 5 git commands to generate.