mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
configure: Remove unnecessary; propagate environment.
This commit is contained in:
parent
fc35c32543
commit
23c104a68a
1 changed files with 2 additions and 9 deletions
11
configure.ac
11
configure.ac
|
@ -20,15 +20,8 @@ AC_PATH_PROG(LN, ln)
|
|||
AC_PATH_PROG(LD, ld.gold)
|
||||
AC_PATH_PROG(TOUCH, touch)
|
||||
|
||||
AC_SUBST(CC)
|
||||
AC_SUBST(CXX)
|
||||
AC_SUBST(LD)
|
||||
|
||||
AC_SUBST(CFLAGS, "-pipe")
|
||||
AC_SUBST(CXXFLAGS, "-pipe")
|
||||
AC_SUBST(CPPFLAGS)
|
||||
AC_SUBST(LDFLAGS)
|
||||
AC_SUBST(LIBS)
|
||||
AC_SUBST(CFLAGS, "-pipe $CFLAGS")
|
||||
AC_SUBST(CXXFLAGS, "-pipe $CXXFLAGS")
|
||||
|
||||
LT_INIT([dlopen shared disable-static])
|
||||
LT_LANG([C++])
|
||||
|
|
Loading…
Reference in a new issue