fix .exe extension problems

This commit is contained in:
Bradley Bell 2003-11-07 19:49:43 +00:00
parent 2e55bfc2e2
commit f0e5663477
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-11-07 Steffen Pohle <stpohle@gmx.net>
* configure.ac: fix .exe extension problems
2003-11-07 Bradley Bell <btb@icculus.org>
* arch/ogl/ogl.c: disable texture format verification for OS X -

View file

@ -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)