Verified Commit c10b20d5 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Replace memcpy with memmove, non-ambiguous copy, bump related versions

parent a1479c62
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
## ExampleLib Example: an example of using Automake to link with a library

AC_INIT([ED25519], [3:7], [bernd@net2o.de], [ed25519-donna],
AC_INIT([ED25519], [3:8], [bernd@net2o.de], [ed25519-donna],
        [http://keccak.noekeon.org/])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])