I've already read the thread about the autogen.sh: "read what is inside an do it the port way"
I'm trying to do so:
but all I get is
(trying to create a port for dosbox-x currently)
I'm trying to do so:
Code:
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-sdl2
USE_AUTOTOOLS= aclocal autoheader automake autoconf
AUTOMAKE_ARGS= --include-deps --add-missing --copy
WANT_SDL= yes
but all I get is
env: ./configure: No such file or directory
and no autotool is called at all. Should I try to call autogen.sh on my own somehow?(trying to create a port for dosbox-x currently)