Browse Source

Remove references to rtaudio-config from configure.ac.

tags/5.0.0
Stephen Sinclair 9 years ago
parent
commit
3cfbc9a5f3
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      configure.ac

+ 1
- 3
configure.ac View 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

Loading…
Cancel
Save