Remove references to rtaudio-config from configure.ac.
authorStephen Sinclair <radarsat1@gmail.com>
Fri, 24 Jun 2016 23:01:24 +0000 (19:01 -0400)
committerStephen Sinclair <radarsat1@gmail.com>
Fri, 24 Jun 2016 23:01:24 +0000 (19:01 -0400)
configure.ac

index 68aadbb7f90b2b6673582c5c237e7e696bca4d7c..25589e16d3b34f475c4ca9e0da3c488a8799cd1f 100644 (file)
@@ -2,7 +2,7 @@
 AC_INIT(RtAudio, 4.1.2, gary@music.mcgill.ca, rtaudio)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(RtAudio.cpp)
-AC_CONFIG_FILES([rtaudio-config rtaudio.pc Makefile tests/Makefile doc/Makefile doc/doxygen/Doxyfile])
+AC_CONFIG_FILES([rtaudio.pc Makefile tests/Makefile doc/Makefile doc/doxygen/Doxyfile])
 AM_INIT_AUTOMAKE([1.14 -Wall -Werror foreign subdir-objects])
 
 # libtool version: current:revision:age
@@ -234,5 +234,3 @@ esac
 CPPFLAGS="$CPPFLAGS $api"
 
 AC_OUTPUT
-
-chmod oug+x rtaudio-config