Added autoheader to cvscompile.

Added config.h.in to .cvsignore.
Removed old version defines from asoundlib.h.
This commit is contained in:
Jaroslav Kysela 2000-06-05 14:34:21 +00:00
parent e7841f4022
commit dd53a219d4
3 changed files with 1 additions and 9 deletions

View file

@ -1,6 +1,7 @@
#!/bin/bash
aclocal $ACLOCAL_FLAGS
autoheader
automake --foreign
autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'