Use autoconf-provided EXEEXT instead of our own exeext heuristic.

This commit is contained in:
Micah Cowan 2007-09-25 00:15:37 -07:00
parent ae1052a34f
commit 52e3ee1f68
3 changed files with 2 additions and 12 deletions

View File

@ -133,16 +133,6 @@ if test -n "$auto_cflags"; then
fi
fi
dnl
dnl In case of {cyg,gnu}win32. Should be a _target_ test.
dnl Might also be erelevant for DJGPP.
dnl
case "$host_os" in
*win32) exeext='.exe';;
*) exeext='';;
esac
AC_SUBST(exeext)
dnl
dnl Checks for basic compiler characteristics.
dnl

View File

@ -52,7 +52,7 @@ DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(local
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@
exeext = @exeext@
exeext = @EXEEXT@
INCLUDES = -I. -I$(srcdir)

View File

@ -52,7 +52,7 @@ DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(local
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@ @LIBSSL@ @LIBGNUTLS@
exeext = @exeext@
exeext = @EXEEXT@
INCLUDES = -I. -I$(srcdir) -I$(srcdir)/../src