GraphicsMagick: Use srcdirfull as fully qualified source directo...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.26330.1670103386.1350.graphicsmagick-commit@lists.sourceforge.net> |
changeset 5cc870babdbb in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=5cc870babdbb
summary: Use srcdirfull as fully qualified source directory path
diffstat:
configure | 4 ++--
configure.ac | 4 ++--
www/Changelog.html | 3 +++
3 files changed, 7 insertions(+), 4 deletions(-)
diffs (55 lines):
diff -r d99accd58bb5 -r 5cc870babdbb configure
--- a/configure Sat Dec 03 15:23:30 2022 -0600
+++ b/configure Sat Dec 03 15:36:12 2022 -0600
@@ -5520,7 +5520,7 @@
MAGICK_CONFIGURE_SRC_PATH="${srcdirfull}/config"
MAGICK_CONFIGURE_BUILD_PATH="${builddir}/config"
MAGICK_FILTER_MODULE_PATH="${builddir}/filters"
-top_srcdir_native=${srcdir}
+top_srcdir_native=${srcdirfull}
DIRSEP=':'
case "${build_os}" in
mingw* )
@@ -5528,7 +5528,7 @@
MAGICK_CONFIGURE_SRC_PATH=`$WinPathScript "${MAGICK_CONFIGURE_SRC_PATH}" 0`
MAGICK_CONFIGURE_BUILD_PATH=`$WinPathScript "${MAGICK_CONFIGURE_BUILD_PATH}" 0`
MAGICK_FILTER_MODULE_PATH=`$WinPathScript "${MAGICK_FILTER_MODULE_PATH}" 0`
- top_srcdir_native=`$WinPathScript "${srcdir}"`
+ top_srcdir_native=`$WinPathScript "${srcdirfull}"`
;;
esac
case "${host_os}" in
diff -r d99accd58bb5 -r 5cc870babdbb configure.ac
--- a/configure.ac Sat Dec 03 15:23:30 2022 -0600
+++ b/configure.ac Sat Dec 03 15:36:12 2022 -0600
@@ -205,7 +205,7 @@
MAGICK_CONFIGURE_SRC_PATH="${srcdirfull}/config"
MAGICK_CONFIGURE_BUILD_PATH="${builddir}/config"
MAGICK_FILTER_MODULE_PATH="${builddir}/filters"
-top_srcdir_native=${srcdir}
+top_srcdir_native=${srcdirfull}
DIRSEP=':'
case "${build_os}" in
mingw* )
@@ -213,7 +213,7 @@
MAGICK_CONFIGURE_SRC_PATH=`$WinPathScript "${MAGICK_CONFIGURE_SRC_PATH}" 0`
MAGICK_CONFIGURE_BUILD_PATH=`$WinPathScript "${MAGICK_CONFIGURE_BUILD_PATH}" 0`
MAGICK_FILTER_MODULE_PATH=`$WinPathScript "${MAGICK_FILTER_MODULE_PATH}" 0`
- top_srcdir_native=`$WinPathScript "${srcdir}"`
+ top_srcdir_native=`$WinPathScript "${srcdirfull}"`
;;
esac
case "${host_os}" in
diff -r d99accd58bb5 -r 5cc870babdbb www/Changelog.html
--- a/www/Changelog.html Sat Dec 03 15:23:30 2022 -0600
+++ b/www/Changelog.html Sat Dec 03 15:36:12 2022 -0600
@@ -40,6 +40,9 @@
<p>2022-12-03 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p>
<blockquote>
<ul class="simple">
+<li><p>configure.ac (top_srcdir_native): Produce a substituted value
+representing the top source directory expressed suitable for the
+native operating system. This is to support MinGW.</p></li>
<li><p>utilities/tests/convert.tap: Use ';' rather than '/' as sed
delimiter character since '/' is a directory separator..</p></li>
<li><p>winpath.sh: Use printf rather than echo. If an escape level is