diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2016-06-24 19:01:24 -0400 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2016-06-24 19:01:24 -0400 |
| commit | 3cfbc9a5f3336b6015c615aae8f87b2a4eea8cc4 (patch) | |
| tree | 3adf474c6f205c61ebc1868e3de0fac346c6dac8 | |
| parent | 85c90a520ef4df1499cfe731eb3eb643b2512cf3 (diff) | |
Remove references to rtaudio-config from configure.ac.
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 68aadbb..25589e1 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |
