]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added autoheader to cvscompile.
authorJaroslav Kysela <perex@perex.cz>
Mon, 5 Jun 2000 14:34:21 +0000 (14:34 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 5 Jun 2000 14:34:21 +0000 (14:34 +0000)
Added config.h.in to .cvsignore.
Removed old version defines from asoundlib.h.

cvscompile
include/Makefile.am
include/config.h.in

index 5c5cccd2aa7311878b3a4eaeb69c5cb0b8053095..ae017f60364a7e693818767cac8feba6803cd229 100644 (file)
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 aclocal $ACLOCAL_FLAGS
+autoheader
 automake --foreign
 autoconf
 export CFLAGS='-O2 -Wall -W -pipe -g'
index dac7fa8bc0b90f2c08ae6f6a09eefa53476e39b1..2ac68608bdd8f6120aaaa2bbf4a86dee5880831f 100644 (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; \
index f03aa53411eb233bb27ed154772a9239a6d9da34..08b65a168ebb4f28dcefdef510f7ddbf0cf56a5b 100644 (file)
 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
 #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