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 #!/bin/bash
aclocal $ACLOCAL_FLAGS aclocal $ACLOCAL_FLAGS
autoheader
automake --foreign automake --foreign
autoconf autoconf
export CFLAGS='-O2 -Wall -W -pipe -g' export CFLAGS='-O2 -Wall -W -pipe -g'

View file

@ -27,11 +27,6 @@ stamp-vh: $(top_builddir)/configure.in
@echo " SND_LIB_SUBMINOR)" >> ver.tmp @echo " SND_LIB_SUBMINOR)" >> ver.tmp
@echo "#define SND_LIB_VERSION_STR \"$(SND_LIB_VERSION)\"" >> ver.tmp @echo "#define SND_LIB_VERSION_STR \"$(SND_LIB_VERSION)\"" >> ver.tmp
@echo >> 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 \ @cmp -s version.h ver.tmp \
|| (echo "Updating version.h"; \ || (echo "Updating version.h"; \
cp ver.tmp version.h; \ cp ver.tmp version.h; \

View file

@ -12,10 +12,6 @@
/* Define if you can safely include both <sys/time.h> and <time.h>. */ /* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME #undef TIME_WITH_SYS_TIME
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
/* Package version */ /* Package version */
#undef VERSION #undef VERSION