From: Jaroslav Kysela Date: Mon, 5 Jun 2000 14:34:21 +0000 (+0000) Subject: Added autoheader to cvscompile. X-Git-Tag: v1.0.3~1237 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=dd53a219d4278f0dd765f6e3454b63691690d94a;p=alsa-lib.git Added autoheader to cvscompile. Added config.h.in to .cvsignore. Removed old version defines from asoundlib.h. --- diff --git a/cvscompile b/cvscompile index 5c5cccd2..ae017f60 100644 --- a/cvscompile +++ b/cvscompile @@ -1,6 +1,7 @@ #!/bin/bash aclocal $ACLOCAL_FLAGS +autoheader automake --foreign autoconf export CFLAGS='-O2 -Wall -W -pipe -g' diff --git a/include/Makefile.am b/include/Makefile.am index dac7fa8b..2ac68608 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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; \ diff --git a/include/config.h.in b/include/config.h.in index f03aa534..08b65a16 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -12,10 +12,6 @@ /* Define if you can safely include both and . */ #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 */ #undef VERSION