]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Remove the cvscompile file
authorVikram Narayanan <vikram186@gmail.com>
Sat, 18 Feb 2012 15:23:56 +0000 (20:53 +0530)
committerTakashi Iwai <tiwai@suse.de>
Mon, 20 Feb 2012 14:35:07 +0000 (15:35 +0100)
package: alsa-utils

Removed the cvscompile file.

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
cvscompile [deleted file]

diff --git a/cvscompile b/cvscompile
deleted file mode 100755 (executable)
index 64ade4f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/bash
-
-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
-# save original files to avoid stupid modifications by gettextize
-cp Makefile.am Makefile.am.ok
-cp configure.in configure.in.ok
-gettextize -c -f --no-changelog
-echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am
-cp Makefile.am.ok Makefile.am
-cp configure.in.ok configure.in
-autoheader
-automake --foreign --copy --add-missing
-touch depcomp          # for older automake
-autoconf
-export CFLAGS='-O2 -Wall -pipe -g'
-echo "CFLAGS=$CFLAGS"
-echo "./configure $@"
-./configure $@ || exit 1
-unset CFLAGS
-if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
-  make
-fi