Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37572672
en ru br
ALT Linux repos
S:3.0.5-alt4
5.0: 0.8.6-alt5.M50.1
4.1: 0.8.6-alt5.M41.1
4.0: 0.8.6-alt5.M40.1
3.0: 0.7.3-alt1

Group :: Networking/WWW
RPM: dillo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: dillo-0.8.6-alt-automake_fix.patch
Download


Fix build with automake 1.9
--- po/Makefile.in.in.orig	2008-11-15 23:41:40 +0000
+++ po/Makefile.in.in	2008-11-15 23:41:44 +0000
@@ -27,8 +27,7 @@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 MKINSTALLDIRS = @MKINSTALLDIRS@
-#mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
+mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
 
 GMSGFMT = @GMSGFMT@
 MSGFMT = @MSGFMT@
--- configure.in
+++ configure.in
@@ -41,7 +41,7 @@ AM_CONDITIONAL(DLGUI, test x$enable_dlgui = xyes)
 
 AC_PROG_CC
 AM_PROG_CC_STDC
-AC_PROG_RANLIB
+AC_PROG_LIBTOOL
 AC_PROG_CPP
 AC_PROG_CXX
 
@@ -426,8 +426,6 @@ AC_SUBST(LIBPTHREAD_LIBS)
 AC_SUBST(LIBPTHREAD_LDFLAGS)
 AC_SUBST(LIBFLTK_CXXFLAGS)
 AC_SUBST(LIBFLTK_LIBS)
-AC_SUBST(datadir)
-AC_SUBST(src doc bin util lib)
 
 AC_OUTPUT(Makefile dpip/Makefile dpid/Makefile dpi/Makefile doc/Makefile src/Makefile src/IO/Makefile)
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin