commit 76c2f4718d7ed6799de33b13762a6577c45c62f5
Author: Georg Baum <[email protected]>
Date:   Thu May 5 20:28:28 2016 +0200

    Show help for WINDRES in configure
    
    This is the official way to declare environment variables

diff --git a/configure.ac b/configure.ac
index 0cc706c..7b8b742 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,7 @@ AC_SUBST(LIBPSAPI)
 AC_CHECK_LIB(gdi32, main)
 AC_CHECK_LIB(ole32, main)
 test x"$WINDRES" = x && WINDRES=windres
-AC_SUBST(WINDRES)
+AC_ARG_VAR(WINDRES, [windows resource compiler command])
 
 LYX_USE_INCLUDED_BOOST
 LYX_USE_INCLUDED_MYTHES

Reply via email to