summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-03-17 12:01:06 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-03-17 12:01:06 +0000
commit647828f1abb7e09c4f6359134d9722db6a68b9d4 (patch)
treedf132f5b1e2c3d7d49b5f2b5538368d75027d72a /autogen.sh
parent030753ace49027f0ee07bf2c5dcbd5c897875d54 (diff)
downloadneon-647828f1abb7e09c4f6359134d9722db6a68b9d4.tar.gz
* configure.in, autogen.sh: Support libtool 2.2.
Submitted by: Arfrever Frehtes Taifersar Arahesis git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1412 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 471327a..ee7ac5a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,10 +1,10 @@
#!/bin/sh
-rm -f ltconfig ltmain.sh config.cache aclocal.m4
+rm -f ltconfig ltmain.sh config.cache aclocal.m4 config.guess config.sub
# remove the autoconf cache
rm -rf autom4te*.cache
# create a .version file for configure.in
if test ! -f .version; then
- # Building from CVS rather than in a release
+ # Building from SVN rather than in a release
echo 0.0.0-dev > .version
# for the documentation:
date +"%e %B %Y" | tr -d '\n' > doc/date.xml