summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2001-12-18 15:30:01 +0000
committerWerner Koch <wk@gnupg.org>2001-12-18 15:30:01 +0000
commiteb5e137dd74fefd8606606b2de835ca4e3bf235b (patch)
treef2afcc7e8e419346f8bc378cd7e87035a4515afd /autogen.sh
parent4d7c31417d7d49d839dad9016a0696a264229c3e (diff)
downloadlibgcrypt-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-xautogen.sh5
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 $*
+