summaryrefslogtreecommitdiff
path: root/cvscompile
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2002-10-24 11:56:52 +0000
committerJaroslav Kysela <perex@perex.cz>2002-10-24 11:56:52 +0000
commit881b400b10d78d5a29bfc433785593f798875f2f (patch)
tree734ef1ef38d5b64eddc25953bd3a95e12669e728 /cvscompile
parent466ef0ee61369315c5a3f7a392dd70f6ee59b34a (diff)
Added depmod to distribution tarball
Diffstat (limited to 'cvscompile')
-rw-r--r--cvscompile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cvscompile b/cvscompile
index b26caa1a..fb024f00 100644
--- a/cvscompile
+++ b/cvscompile
@@ -5,6 +5,7 @@ libtoolize --force --copy --automake
aclocal $ACLOCAL_FLAGS
autoheader
automake --foreign --copy --add-missing
+touch depmod # seems to be missing for old automake
autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'
echo "CFLAGS=$CFLAGS"