Kaydet (Commit) 6a66cfe6 authored tarafından Matúš Kukan's avatar Matúš Kukan

remove unused EXEEXT_FOR_BUILD

Change-Id: I6ac851e3ba418bb681f69f5417c74688776498be
üst 4547d8c4
......@@ -164,11 +164,9 @@ BUILDDIR=`pwd`
cd $srcdir
SRC_ROOT=`pwd`
cd $BUILDDIR
EXEEXT_FOR_BUILD=
x_Cygwin=[\#]
if test "$build_os" = "cygwin"; then
EXEEXT_FOR_BUILD=.exe
PathFormat "$SRC_ROOT"
SRC_ROOT="$formatted_path"
PathFormat "$BUILDDIR"
......@@ -178,7 +176,6 @@ fi
AC_SUBST(SRC_ROOT)
AC_SUBST(BUILDDIR)
AC_SUBST(EXEEXT_FOR_BUILD)
AC_SUBST(x_Cygwin)
AC_DEFINE_UNQUOTED(SRCDIR,"$SRC_ROOT")
AC_DEFINE_UNQUOTED(BUILDDIR,"$BUILDDIR")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment