remove unused EXEEXT_FOR_BUILD
Change-Id: I6ac851e3ba418bb681f69f5417c74688776498be
This commit is contained in:
parent
4547d8c42e
commit
6a66cfe6aa
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue