diff options
-rw-r--r-- | gr-run-waveform/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-run-waveform/configure.ac b/gr-run-waveform/configure.ac index 686b70a04..e0964fa78 100644 --- a/gr-run-waveform/configure.ac +++ b/gr-run-waveform/configure.ac @@ -26,7 +26,7 @@ AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([grconfig.h]) AC_CONFIG_MACRO_DIR(config) AC_CONFIG_SRCDIR(gr-run-waveform.cc) -AM_INIT_AUTOMAKE("run-waveform", "0.1") +AM_INIT_AUTOMAKE("gr-run-waveform", "0.1") AC_CANONICAL_BUILD AC_CANONICAL_HOST |