summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2005-08-19 11:30:25 +0000
committerJaroslav Kysela <perex@perex.cz>2005-08-19 11:30:25 +0000
commit3d8360265fede738381a31e266dc0a2c04362f71 (patch)
tree6cfaed2a42d8f3e17825575ae11e825236d237ba
parenta14604e69c735c09bd58c1fac2d71c6557ef12c6 (diff)
downloadalsa-utils-3d8360265fede738381a31e266dc0a2c04362f71.tar.gz
handle better the getexize dependency
-rw-r--r--cvscompile4
1 files changed, 3 insertions, 1 deletions
diff --git a/cvscompile b/cvscompile
index 27e4b70..5a3dd44 100644
--- a/cvscompile
+++ b/cvscompile
@@ -4,7 +4,9 @@ if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then
alsa_m4_flags="-I ../alsa-lib/utils"
fi
aclocal $alsa_m4_flags $ACLOCAL_FLAGS
-gettextize -c -f
+cp configure.in configure.in.ok
+gettextize -c -f --no-changelog
+cp configure.in.ok configure.in
autoheader
automake --foreign --copy --add-missing
touch depcomp # for older automake