diff options
author | Karel Klic <kklic@redhat.com> | 2009-11-11 19:10:25 +0100 |
---|---|---|
committer | Karel Klic <kklic@redhat.com> | 2009-11-11 19:10:25 +0100 |
commit | 5f4fc3c7e2437aafe05cdfba3f8715c101304262 (patch) | |
tree | db146cf3289c0ff6c40d88912e90026683c5dae8 /configure.ac | |
parent | 179fcfcc6d9d0aa19c6e7f36ce9e8d453bb99793 (diff) | |
download | abrt-5f4fc3c7e2437aafe05cdfba3f8715c101304262.tar.gz abrt-5f4fc3c7e2437aafe05cdfba3f8715c101304262.tar.xz abrt-5f4fc3c7e2437aafe05cdfba3f8715c101304262.zip |
Configuration changes for backtrace tool
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ca76f447..a3c6dc37 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,7 @@ AC_ARG_ENABLE(debug, AC_DISABLE_STATIC AC_PROG_LIBTOOL AC_PROG_CXX +AC_PROG_YACC AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.17]) @@ -83,6 +84,7 @@ AC_CONFIG_FILES([ src/Applet/Makefile src/Gui/Makefile src/CLI/Makefile + src/Backtrace/Makefile inc/Makefile po/Makefile.in ]) |