shithub: libsamplerate

Download patch

ref: ebf803b2021a0738c3cb0292794b06a3f18649b9
parent: 842b74b0a43fcacd72d53831262169b4c35c98cb
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sun Feb 10 05:42:37 EST 2008

Configure cleanups.

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-10  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
+
+    * Makefile.am configure.ac
+    Add DISTCHECK_CONFIGURE_FLAGS to Makefile.am and a bunch of configure
+    cleanups.
+
 2008-01-21  Erik de Castro Lopo  <erikd AT mega-nerd DOT com>
 
     * examples/audio_out.c
--- a/configure.ac
+++ b/configure.ac
@@ -225,12 +225,8 @@
 #====================================================================================
 # Now use the information from the checking stage.
 
-# Need to make examples directory before tests directory.
-subdirs="src doc examples tests"
-
 AC_DEFINE_UNQUOTED(OS_IS_WIN32, ${os_is_win32}, [Set to 1 if compiling for Win32])
 
-AC_SUBST(subdirs)
 AC_SUBST(SHLIB_VERSION_ARG)
 AC_SUBST(SHARED_VERSION_INFO)
 AC_SUBST(OS_SPECIFIC_INCLUDES)