diff options
author | Jaroslav Kysela <perex@perex.cz> | 2005-08-19 11:30:25 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2005-08-19 11:30:25 +0000 |
commit | 3d8360265fede738381a31e266dc0a2c04362f71 (patch) | |
tree | 6cfaed2a42d8f3e17825575ae11e825236d237ba /cvscompile | |
parent | a14604e69c735c09bd58c1fac2d71c6557ef12c6 (diff) |
handle better the getexize dependency
Diffstat (limited to 'cvscompile')
-rw-r--r-- | cvscompile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |