[gimp-help] build: languageVocab.xml not found when srcdir != builddir



commit 45a8ba3292806b113fb8c39a9be3ac094eaf90de
Author: Jacob Boerema <jgboerema gmail com>
Date:   Fri Jun 4 18:25:09 2021 -0400

    build: languageVocab.xml not found when srcdir != builddir

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a00c8283a..624190d26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,13 +28,13 @@ AC_CONFIG_COMMANDS(
     [stylesheets],
     [test "${srcdir:-.}" != "${builddir:-.}" &&
      { test -d stylesheets || mkdir stylesheets; } &&
-     cp -f $srcdir/stylesheets/*.xsl $srcdir/stylesheets/*.dtd stylesheets/]
+     cp -f $srcdir/stylesheets/*.xsl $srcdir/stylesheets/*.dtd $srcdir/stylesheets/languageVocab.xml 
stylesheets/]
 )
 # XXX: use this if 'configure' (instead of 'config.status') should do it:
 #AC_CONFIG_COMMANDS_POST([
 #    test "${srcdir:-.}" != "${builddir:-.}" &&
 #    { test -d stylesheets || mkdir stylesheets; } &&
-#    cp -f $srcdir/stylesheets/*.xsl $srcdir/stylesheets/*.dtd stylesheets/
+#    cp -f $srcdir/stylesheets/*.xsl $srcdir/stylesheets/*.dtd $srcdir/stylesheets/languageVocab.xml 
stylesheets/
 #])
 
 AM_INIT_AUTOMAKE([1.10 tar-pax dist-bzip2 -Wall -Wno-portability])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]