]> sjero.net Git - wget/commitdiff
Use autoconf-provided EXEEXT instead of our own exeext heuristic.
authorMicah Cowan <micah@cowan.name>
Tue, 25 Sep 2007 07:15:37 +0000 (00:15 -0700)
committerMicah Cowan <micah@cowan.name>
Tue, 25 Sep 2007 07:15:37 +0000 (00:15 -0700)
configure.in
src/Makefile.in
tests/Makefile.in

index a9a7a7abd5842e93731bf2dcf6163c1bbeaaf972..6c6e8c0ff74db08994bbc32c9d13eb5fc00e9f43 100644 (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
index e393e1e055abd23ffdd65d6bcb311f35f505e4f7..34bc3bdb97376031f5d715f7115acc6843951539 100644 (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)
 
index 7e7eff7a555443100d1f369d81b89da9c56b98ab..64a9dc38d1aca0231a1219b46f517e883e27ef3f 100644 (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