9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
|
##############################################################################
|
||
|
# MOO_AC_PROGS
|
||
|
# checks for prgoams needed
|
||
|
#
|
||
|
AC_DEFUN([MOO_AC_PROGS],[
|
||
|
AC_ARG_VAR([WINDRES], [windres])
|
||
|
AC_CHECK_TOOL(WINDRES, windres, :)
|
||
|
])
|