diff --git a/.gitignore b/.gitignore index 91b3b02..497685c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ aclocal.m4 configure autom4te.cache makegtkruntime.sh +copydeps.sh revision revision.m4 stamp-h1 diff --git a/configure.ac b/configure.ac index 40f695d..8e4590c 100644 --- a/configure.ac +++ b/configure.ac @@ -97,6 +97,7 @@ case "$host" in LIBS="$LIBS -lws2_32 -lwtsapi32 -lintl -lcomdlg32" AC_CONFIG_FILES(win/makegtkruntime.sh) + AC_CONFIG_FILES(win/copydeps.sh) AC_CONFIG_FILES(win/pw3270.nsi) AC_CONFIG_FILES(src/pw3270/resources.rc) diff --git a/win/copydeps.sh.in b/win/copydeps.sh.in index 02ef609..cd59f9b 100755 --- a/win/copydeps.sh.in +++ b/win/copydeps.sh.in @@ -2,8 +2,8 @@ myDIR=$(dirname $(readlink -f $0)) # Updated by ./configure -BASEDIR=/home/c1103788/project/pw3270/current -prefix=/usr/x86_64-w64-mingw32/sys-root/mingw +BASEDIR=@BASEDIR@ +prefix=@prefix@ # Crio diretório temporário TEMPDIR=$(mktemp -d) -- libgit2 0.21.2