hi!! i am a beginner in wine developing. i would
like to try creating my own DLL inside Wine. ive been following the steps in the DEVELOPER'S HINTS file. i already have my
Makefile.in and placed my directory in configure.ac
it looks like this:
tools/wrc/Makefile])
AC_OUTPUT dlls/w2lvpd/
if test "$have_x" = "no"
however,im having problems with regenerating the
./configure file. it says here that i should use
autoconf. but it shows this error:
autoconf
autoconf:
configure.in: No such file or directory
i also tried autoconf-2.53, and resulted to this:
autoconf-2.53
configure.ac:116: error: possibly undefined macro: AC_PROG_EGREP
i hope somebody could help me. i am using red hat linux
7.3, and
wine-20050725. thanks!