From 58e0b92fe2e6a815eea747c6cc897650294a4f5c Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 31 Mar 2000 00:49:20 +0000 Subject: [PATCH] Added a small script to help in generating the autoconf/automake/libtool files quickly --- .cvsignore | 1 + update-autoconf | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100755 update-autoconf diff --git a/.cvsignore b/.cvsignore index 3d2654f4..9db75c5c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ configure config.log config.cache config.guess config.status config.sub libtool ltconfig ltmain.sh .psrc .inslog2 tca.map tca.log *.rpt +update-autoconf diff --git a/update-autoconf b/update-autoconf new file mode 100755 index 00000000..5fbcf4d0 --- /dev/null +++ b/update-autoconf @@ -0,0 +1,11 @@ +#!/bin/sh +# +# This file is handy to update all the files generated by autoconf, automake +# and friends, quickly. +# + +aclocal +autoheader +autoconf +libtoolize --force --automake +automake -a --gnu --include-deps