summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2001-06-14 05:31:09 +0000
committerMichael Jennings <mej@kainx.org>2001-06-14 05:31:09 +0000
commit3a471bb33ee5f7fc6589e217f24629b36872a28d (patch)
treee6ff121b03d73ece2c57505d3662e45c607fb52a /autogen.sh
parent379d83a852d08f747098be93464d7c3b087d7760 (diff)
downloadeterm-3a471bb33ee5f7fc6589e217f24629b36872a28d.tar.gz
Wed Jun 13 21:13:51 PDT 2001 Michael Jennings <mej@eterm.org>
There is now a new mechanism for dealing with the background image collection, including a new update script. Please read the newly- rewritten bg/README.backgrounds for details. Also, I'm trying to flesh out the Contributors list in that file, but my memory isn't cooperating. So if you contributed one of the backgrounds, or know someone who did, please let me know. SVN revision: 4810
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh
index 1c13f54..ce48dea 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -34,14 +34,14 @@ if test "$DIE" -eq 1; then
exit 1
fi
-echo " libtoolize --copy --force"
-libtoolize --copy --force
+echo " libtoolize -c -f"
+libtoolize -c -f
echo " aclocal -I . $ACLOCAL_FLAGS"
aclocal -I . $ACLOCAL_FLAGS
echo " autoheader"
autoheader
-echo " automake --add-missing"
-automake --add-missing
+echo " automake -a -c"
+automake -a -c
echo " autoconf"
autoconf