Changeset 3995
- Timestamp:
- Sep 26, 2020, 2:10:17 PM (21 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.developer
r3983 r3995 123 123 * Automake 1.11 (or later), http://www.gnu.org/software/automake/ 124 124 * Autoconf 2.64 (or later), http://www.gnu.org/software/autoconf/ 125 * Libtool 1.5(or later), http://www.gnu.org/software/libtool/125 * Libtool 2.0 (or later), http://www.gnu.org/software/libtool/ 126 126 127 127 == Disable shared library == -
trunk/configure.ac
r3966 r3995 114 114 115 115 AC_PROG_SED 116 AC_PROG_LIBTOOL 116 LT_INIT 117 117 118 118 # find the compiler vendor: gnu, intel, etc … … 248 248 # Checks for libraries. 249 249 AC_MSG_NOTICE([checking for libraries]) 250 AC_CHECK_LIBM250 LT_LIB_M 251 251 LIBS="$LIBM $LIBS" 252 252 # we store libs in YAT_STATIC_LIBS that are not suitable to link into
Note: See TracChangeset
for help on using the changeset viewer.