shithub: sox

Download patch

ref: 41705eb668066c011ac1dfa5404c99d70ac1fdca
parent: e3f1820f30740e279131fc547d7fab54a80488db
author: sbrandon <sbrandon>
date: Thu May 9 10:38:47 EDT 2002

added libst-config(.in) to files processed by AC_OUTPUT

--- a/configure
+++ b/configure
@@ -5454,7 +5454,7 @@
 #endif
 EOF
 
-ac_config_files="$ac_config_files Makefile gsm/Makefile"
+ac_config_files="$ac_config_files libst-config Makefile gsm/Makefile"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
--- a/configure.in
+++ b/configure.in
@@ -295,7 +295,7 @@
 
 AC_CONFIG_HEADER(stconfig.h)
 AC_CREATE_STDINT_H(ststdint.h)
-AC_OUTPUT([Makefile gsm/Makefile])
+AC_OUTPUT([libst-config Makefile gsm/Makefile])
 
 if test ! -f tests.sh; then cp ${srcdir}/tests.sh tests.sh; fi
 if test ! -f testall.sh; then cp ${srcdir}/testall.sh testall.sh; fi