]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Added depcomp
authorJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 12:10:53 +0000 (12:10 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 12:10:53 +0000 (12:10 +0000)
Makefile.am
cvscompile

index ae13599c7bdd4371289f542e5868c1aa90aa0da9..818a1a1d2453f17c0922fbce9d248626c924edb6 100644 (file)
@@ -1,6 +1,6 @@
 INCLUDES=-I$(top_srcdir)/include
 SUBDIRS=include alsactl alsamixer amixer aplay seq utils
-EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile
+EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile depcomp
 
 rpm: dist
        $(MAKE) -C $@
index 3acdb64d343616ab95a5b524b9553a717e5f42c1..43e74f726bca6c3e41f572be426a0bdd034065b6 100644 (file)
@@ -3,6 +3,7 @@
 aclocal $ACLOCAL_FLAGS
 autoheader
 automake --foreign --copy --add-missing
+touch depcomp          # for older automake
 autoconf
 export CFLAGS='-O2 -Wall -pipe -g'
 echo "CFLAGS=$CFLAGS"