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

@ -27,11 +27,6 @@ stamp-vh: $(top_builddir)/configure.in
@echo " SND_LIB_SUBMINOR)" >> ver.tmp
@echo "#define SND_LIB_VERSION_STR \"$(SND_LIB_VERSION)\"" >> ver.tmp
@echo >> ver.tmp
@echo "/* OBSOLETE DEFINES WHICH WON'T BE IN 0.3.0 FINAL!!! */" >> ver.tmp
@echo "#define SOUNDLIB_VERSION_MAJOR SND_LIB_MAJOR" >> ver.tmp
@echo "#define SOUNDLIB_VERSION_MINOR SND_LIB_MINOR" >> ver.tmp
@echo "#define SOUNDLIB_VERSION_SUBMINOR SND_LIB_SUBMINOR" >> ver.tmp
@echo >> ver.tmp
@cmp -s version.h ver.tmp \
|| (echo "Updating version.h"; \
cp ver.tmp version.h; \