There is a comment in the configure.in script to the effect that
libUil doesn't compile, so comment it out. This is wrong - it does compile, so modify the configure script to build and install it. (No guarantees whether it actually works, of course). Pointed out by Scott Reynolds and Klaus Klein, and fixes PR pkg/4899
This commit is contained in:
parent
f535cf3701
commit
564467215f
1 changed files with 11 additions and 2 deletions
|
@ -1,5 +1,14 @@
|
|||
--- configure.orig Wed Nov 19 16:32:40 1997
|
||||
+++ configure Thu Nov 27 15:23:19 1997
|
||||
--- configure.orig Wed Nov 19 23:32:40 1997
|
||||
+++ configure Wed Jan 28 15:07:07 1998
|
||||
@@ -977,7 +977,7 @@
|
||||
|
||||
|
||||
include_subdirs="Motif$include_version_suffix"
|
||||
-lib_subdirs="Xm$version_suffix Mrm$version_suffix config"
|
||||
+lib_subdirs="Xm$version_suffix Uil$version_suffix Mrm$version_suffix config"
|
||||
lib_cleandirs="Xm$version_suffix Uil$version_suffix Mrm$version_suffix config"
|
||||
client_subdirs="Motif-1.2"
|
||||
client_cleandirs="Motif-1.2"
|
||||
@@ -2672,7 +2672,7 @@
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue