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 /autogen.sh | |
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 'autogen.sh')
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 00000000..41ae4e27 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +autogen_sh="`dirname $0`/scripts/autogen.sh" +exec $autogen_sh $* + |