commit d8831eff15e6ba953b49287a3b37ab784f79c505
Author: Georg Baum <b...@lyx.org>
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