]> git.pld-linux.org Git - packages/openjade.git/commitdiff
- ugly hack to make it build with recent autotools master auto/th/openjade-1.3.3-0.pre1.13
authorMarcin Krol <hawk@tld-linux.org>
Sun, 3 Dec 2023 22:39:34 +0000 (23:39 +0100)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 3 Dec 2023 22:39:34 +0000 (23:39 +0100)
openjade.spec

index 286d2494ee5c289ae6b0ef21f848b1f94ee48ffd..c74d1a79ea4e7957f6c9fce982169ac7d86621f0 100644 (file)
@@ -1,5 +1,5 @@
 %define                _pre    pre1
-%define                _rel    12
+%define                _rel    13
 Summary:       OpenJade - DSSSL parser
 Summary(pl.UTF-8):     OpenJade - parser DSSSL
 Name:          openjade
@@ -87,9 +87,17 @@ tail -n +3349 config/aclocal.m4 | head -n 64 > acinclude.m4
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+# Ugly hack to avoid error:
+# configure: error: cannot find required auxiliary files: compile missing
+#
+# Proper way would be to use automake which creates these files,
+# but then it fails complaining that no Makefile.am exists
+cd config
+touch compile missing
+cd ..
 %configure \
---enable-default-catalog=%{_sysconfdir}/sgml/catalog \
---enable-default-search-path=%{_prefix}/share/sgml \
+       --enable-default-catalog=%{_sysconfdir}/sgml/catalog \
+       --enable-default-search-path=%{_prefix}/share/sgml \
        --enable-mif \
        --enable-html \
        --enable-threads \
This page took 0.038231 seconds and 4 git commands to generate.