Index: configure.ac =================================================================== --- configure.ac (revision 114019) +++ configure.ac (working copy) @@ -123,6 +123,20 @@ fi AC_SUBST(AM_FCFLAGS) AC_SUBST(AM_CFLAGS) +# Check for symbol versioning (copied from libssp). +AC_MSG_CHECKING([whether symbol versioning is supported]) +cat > conftest.map < $(srcdir)/$@ -$(i_dotprod_c): m4/dotprod.m4 $(I_M4_DEPS) - m4 -Dfile=$@ -I$(srcdir)/m4 dotprod.m4 > $(srcdir)/$@ - -$(i_dotprodl_c): m4/dotprodl.m4 $(I_M4_DEPS) - m4 -Dfile=$@ -I$(srcdir)/m4 dotprodl.m4 > $(srcdir)/$@ - -$(i_dotprodc_c): m4/dotprodc.m4 $(I_M4_DEPS) - m4 -Dfile=$@ -I$(srcdir)/m4 dotprodc.m4 > $(srcdir)/$@ - $(i_matmul_c): m4/matmul.m4 $(I_M4_DEPS) m4 -Dfile=$@ -I$(srcdir)/m4 matmul.m4 > $(srcdir)/$@ Index: libtool-version =================================================================== --- libtool-version (revision 114019) +++ libtool-version (working copy) @@ -3,4 +3,4 @@ # This is a separate file so that version updates don't involve re-running # automake. # CURRENT:REVISION:AGE -1:0:0 +2:0:0