From 55fecb20024b5782092ec068b685755bdaf5447f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 8 Jan 2003 14:39:17 +0000 Subject: [PATCH] Convenience script for CVS checkouters. --- .cvsignore | 1 + autogen.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100755 autogen.sh diff --git a/.cvsignore b/.cvsignore index 5caa50c0f..94a2c716a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ +autogen.sh Makefile config.cache config.h diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 000000000..bfb0fc0ac --- /dev/null +++ b/autogen.sh @@ -0,0 +1,4 @@ +aclocal -I m4 +autoconf +autoheader +automake