diff options
author | Adrian Thurston <thurston@colm.net> | 2019-09-12 18:38:05 -0600 |
---|---|---|
committer | Adrian Thurston <thurston@colm.net> | 2019-09-12 18:38:05 -0600 |
commit | 2f7331772690af0f9fb189d735c04ad7263f489b (patch) | |
tree | af78580237f677d01d461f6782d37be92eefcf7b /configure.ac | |
parent | 1da8143524bf2ae3898d94db950475ccbe3b5763 (diff) | |
download | colm-2f7331772690af0f9fb189d735c04ad7263f489b.tar.gz |
removed the building vars COLM_, they don't change
Just specifying these directly in the Makefile.am files.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac index c1f4eb62..e1882839 100644 --- a/configure.ac +++ b/configure.ac @@ -156,24 +156,6 @@ dnl AM_CONDITIONAL([BUILD_MANUAL], [test "x$build_manual" = "xyes"]) AC_CANONICAL_HOST() AM_CONDITIONAL([LINKER_NO_UNDEFINED], [test "x$host_os" = "xlinux-gnu"]) -# -# For building within the tree. -# -COLM_BIN='$(top_srcdir)/colm/colm' -COLM_LA='$(top_srcdir)/colm/libcolm.la' -COLM_LIBDEP="${COLM_LA}" -COLM_BINDEP="${COLM}" - -SED_SUBST="$SED_SUBST -e 's|@COLM_BIN@|${COLM_BIN}|g'" -SED_SUBST="$SED_SUBST -e 's|@COLM_LA@|${COLM_LA}|g'" -SED_SUBST="$SED_SUBST -e 's|@COLM_LIBDEP@|${COLM_LIBDEP}|g'" -SED_SUBST="$SED_SUBST -e 's|@COLM_BINDEP@|${COLM_BINDEP}|g'" - -AC_SUBST(COLM_BIN) -AC_SUBST(COLM_LA) -AC_SUBST(COLM_LIBDEP) -AC_SUBST(COLM_BINDEP) - dnl dnl Testing dnl |