Merge pull request #256 from sureshsundriyal/autoconf

[Autoconf] Minor cleanup.
This commit is contained in:
Suresh Sundriyal 2015-09-14 01:04:24 -07:00
commit 7cd7bf4dc4

View File

@ -27,14 +27,12 @@ done
dnl abssrcdir is the absolute path to the source base (regardless of where dnl abssrcdir is the absolute path to the source base (regardless of where
dnl you are building it) dnl you are building it)
case x$srcdir in AS_CASE([x$srcdir],
x/*) [x/*],
abssrcdir=$srcdir AS_VAR_SET(abssrcdir, $srcdir),
;; AS_VAR_SET(abssrcdir, `pwd`/$srcdir)
*) )
abssrcdir=`pwd`/$srcdir
;;
esac
AC_SUBST(abssrcdir) AC_SUBST(abssrcdir)
AC_PROG_CXX AC_PROG_CXX