From f0e56634770b39f058064bd3cea7680922a114d8 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Fri, 7 Nov 2003 19:49:43 +0000 Subject: [PATCH] fix .exe extension problems --- ChangeLog | 4 ++++ configure.ac | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a804670f..e9634614 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-07 Steffen Pohle + + * configure.ac: fix .exe extension problems + 2003-11-07 Bradley Bell * arch/ogl/ogl.c: disable texture format verification for OS X - diff --git a/configure.ac b/configure.ac index a44ba299..787ac53c 100644 --- a/configure.ac +++ b/configure.ac @@ -11,6 +11,9 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET +AC_EXEEXT +AC_OBJEXT + AM_INIT_AUTOMAKE([1.6]) AM_CONFIG_HEADER(conf.h) @@ -373,6 +376,8 @@ AH_BOTTOM([ #endif ]) +TARGETS="$TARGETS$ac_cv_exeext" + AM_PROG_AS AC_SUBST(D2X_SUBDIRS) -- 2.39.2