diff options
author | Werner Koch <wk@gnupg.org> | 2001-12-18 15:30:01 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-12-18 15:30:01 +0000 |
commit | eb5e137dd74fefd8606606b2de835ca4e3bf235b (patch) | |
tree | f2afcc7e8e419346f8bc378cd7e87035a4515afd /README | |
parent | 4d7c31417d7d49d839dad9016a0696a264229c3e (diff) | |
download | libgcrypt-eb5e137dd74fefd8606606b2de835ca4e3bf235b.tar.gz |
* Makefile.am (dist-hook): Only look in mpi and scripts for
distfiles; this way we don't include those of a stale "make dist"
directory.
* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Make it work with the new
automake.
* configure.ac: Don't chmod db2any.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -13,9 +13,8 @@ except that new functions may be added in the future. This is a development version, the first stable version will be 1.2.0. If you are using the CVS version, make sure that you have the latest -automake (I am using Debian Sid). Ignore the make warnings about -overriding old rules. I had to include ltmain.sh two times due to -autoconf/libtool mismatches. +automake (I am using Debian Sid) and run ./autogen.sh to create +configure. |