Changeset 2244
- Timestamp:
- Apr 20, 2010, 10:47:26 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2241 r2244 388 388 AC_SUBST(AM_CXXFLAGS) 389 389 AC_SUBST(AM_LDFLAGS) 390 AC_SUBST(enable_static) 390 391 391 392 YAT_SVN_RELEASE([am/maintainer.am]) -
trunk/test/common_defs.sh.in
r2240 r2244 61 61 (echo "$me: running libtool --version" && libtool --version) || \ 62 62 (echo "$me: running glibtool --version" && glibtool --version) || exit 77 63 ;; 64 static) 65 if (test "x@enable_static@" = "xno"); then 66 echo static libyat disabled; 67 exit 77; 68 fi 63 69 ;; 64 70 *) -
trunk/test/static_test.sh
r2240 r2244 22 22 # test that it works to link statically against libyat 23 23 24 required="autoconf automake libtool "24 required="autoconf automake libtool static" 25 25 26 26 set -e
Note: See TracChangeset
for help on using the changeset viewer.