aboutsummaryrefslogtreecommitdiffstats
path: root/autogen
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2013-08-10 06:18:08 -0400
committerGlenn Morris <[email protected]>2013-08-10 06:18:08 -0400
commit68b8ed38d00e9318e21424c32de4df1afadea1ea (patch)
tree329360640caa9fa2fe4ebb803037b9ae914f6581 /autogen
parent361c0eb8ecfda5e7720e927e580ef6033f023e08 (diff)
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rw-r--r--autogen/Makefile.in1
-rwxr-xr-xautogen/configure4
2 files changed, 5 insertions, 0 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index f0a6f60d4a..af3dbeaf26 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -1129,6 +1129,7 @@ UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
UNEXEC_OBJ = @UNEXEC_OBJ@
UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
+UPDATE_MANIFEST = @UPDATE_MANIFEST@
USE_ACL = @USE_ACL@
VERSION = @VERSION@
VMLIMIT_OBJ = @VMLIMIT_OBJ@
diff --git a/autogen/configure b/autogen/configure
index 2546642461..c319167fc5 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -1368,6 +1368,7 @@ FIRSTFILE_OBJ
W32_RES_LINK
CLIENTW
CLIENTRES
+UPDATE_MANIFEST
EMACS_MANIFEST
EMACSRES
W32_LIBS
@@ -10080,6 +10081,7 @@ CLIENTRES=
CLIENTW=
W32_RES_LINK=
EMACS_MANIFEST=
+UPDATE_MANIFEST=
if test "${with_w32}" != no; then
case "${opsys}" in
cygwin)
@@ -10243,6 +10245,7 @@ fi
x86_64-*-*) EMACS_MANIFEST="emacs-x64.manifest" ;;
*) EMACS_MANIFEST="emacs-x86.manifest" ;;
esac
+ UPDATE_MANIFEST=update-game-score.exe.manifest
if test "${opsys}" = "cygwin"; then
W32_LIBS="$W32_LIBS -lkernel32 -luser32 -lgdi32 -lole32 -lcomdlg32"
W32_LIBS="$W32_LIBS -lusp10 -lcomctl32 -lwinspool"
@@ -10280,6 +10283,7 @@ fi
+
if test "${HAVE_W32}" = "yes"; then
window_system=w32
with_xft=no