gunlib assumes the path format matches what we pass to configure, so make sure we only pass unix paths to the gnulib relocation functions.
10 lines
277 B
Diff
10 lines
277 B
Diff
--- libpaper-2.1.0/prefix.am.orig 2023-07-15 11:55:24.774074000 +0200
|
|
+++ libpaper-2.1.0/prefix.am 2023-07-15 11:55:34.735682600 +0200
|
|
@@ -1,5 +1,5 @@
|
|
if OS_WIN32
|
|
-REAL_INSTALLPREFIX=`cygpath -m @prefix@`
|
|
+REAL_INSTALLPREFIX=@prefix@
|
|
else
|
|
REAL_INSTALLPREFIX=@prefix@
|
|
endif
|