New configure option: --enable-ubsan.
[paraslash.git] / Makefile.in
index b3e3be5cc82deb414f85404af830759ccd0e0963..11fa2001d1e6678cdc8968d58d6729d7ce0955b4 100644 (file)
@@ -8,7 +8,10 @@ datarootdir := @datarootdir@
 PACKAGE_TARNAME := @PACKAGE_TARNAME@
 PACKAGE_VERSION := @PACKAGE_VERSION@
 
+FLEX := @FLEX@
+BISON := @BISON@
 M4 := @M4@
+LOPSUBGEN := @LOPSUBGEN@
 
 executables := @executables@
 
@@ -64,4 +67,6 @@ curses_ldflags := @curses_ldflags@
 crypto_ldflags := @crypto_ldflags@
 iconv_ldflags := @iconv_ldflags@
 
+ENABLE_UBSAN := @ENABLE_UBSAN@
+
 include Makefile.real