source:
scripts/untested/blfs-patches/lesstif-0.94.0-use_libdir.patch@
300656b
Last change on this file since 300656b was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 7.4 KB |
-
lesstif-0.94.
diff -uNr lesstif-0.94.0-orig/Makefile.in lesstif-0.94.0/Makefile.in
old new 282 282 # Lets put the informational stuff in a sub directory to avoid 283 283 # poluting /usr/local for default installs. 284 284 # 285 rootdir = $(prefix)/ LessTif285 rootdir = $(prefix)/share/LessTif 286 286 dist_root_DATA = AUTHORS BUG-REPORTING COPYING COPYING.LIB CREDITS \ 287 287 FAQ INSTALL.txt README ReleaseNotes.html ReleaseNotes.txt 288 288 289 htmldir = $(prefix)/ LessTif/doc289 htmldir = $(prefix)/share/LessTif/doc 290 290 html_DATA = ReleaseNotes.html 291 291 292 292 # -
lesstif-0.94.
diff -uNr lesstif-0.94.0-orig/configure lesstif-0.94.0/configure
old new 28275 28275 cat >>conftest.$ac_ext <<_ACEOF 28276 28276 /* end confdefs.h. */ 28277 28277 $ac_includes_default 28278 #include <ft2build.h> 28278 28279 #include <$ac_header> 28279 28280 _ACEOF 28280 28281 rm -f conftest.$ac_objext … … 28319 28320 cat confdefs.h >>conftest.$ac_ext 28320 28321 cat >>conftest.$ac_ext <<_ACEOF 28321 28322 /* end confdefs.h. */ 28323 #include <ft2build.h> 28322 28324 #include <$ac_header> 28323 28325 _ACEOF 28324 28326 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -
doc/Makefile.in
diff -uNr lesstif-0.94.0-orig/doc/Makefile.in lesstif-0.94.0/doc/Makefile.in
old new 259 259 # InsideLessTif/ shouldn't be touched: 260 260 # it has a stand-alone Makefile w/o auto* stuff 261 261 SUBDIRS = www.lesstif.org lessdox 262 rootdir = $(prefix)/ LessTif/doc262 rootdir = $(prefix)/share/LessTif/doc 263 263 root_DATA = All.html Clipboard.txt DragAndDrop.txt Form.txt \ 264 264 GeoUtils.txt Geometry.html SyntheticResources.txt \ 265 265 UIL.txt XmStrings.txt thread.html -
doc/lessdox/clients/Makefile.in
diff -uNr lesstif-0.94.0-orig/doc/lessdox/clients/Makefile.in lesstif-0.94.0/doc/lessdox/clients/Makefile.in
old new 257 257 manone_DATA = mwm.1 xmbind.1 lesstif.1 uil.1 ltversion.1 258 258 manthree_DATA = 259 259 manfive_DATA = mwmrc.5 VirtualBindings.5 260 htmldir = $(prefix)/ LessTif/doc/html260 htmldir = $(prefix)/share/LessTif/doc/html 261 261 html_DATA = mwm.html mwmrc.html xmbind.html lesstif.html uil.html \ 262 262 VirtualBindings.html 263 263 -
doc/lessdox/functions/Makefile.in
diff -uNr lesstif-0.94.0-orig/doc/lessdox/functions/Makefile.in lesstif-0.94.0/doc/lessdox/functions/Makefile.in
old new 257 257 manone_DATA = 258 258 manthree_DATA = 259 259 manfive_DATA = 260 htmldir = $(prefix)/ LessTif/doc/html260 htmldir = $(prefix)/share/LessTif/doc/html 261 261 html_DATA = ${manone_DATA:.1=.html} ${manthree_DATA:.3=.html} \ 262 262 ${manfive_DATA:.5=.html} 263 263 -
doc/lessdox/widgets/Makefile.in
diff -uNr lesstif-0.94.0-orig/doc/lessdox/widgets/Makefile.in lesstif-0.94.0/doc/lessdox/widgets/Makefile.in
old new 282 282 Rect.3 UnNamedObj.3 Constraint.3 VendorShell.3 283 283 284 284 manfive_DATA = 285 htmldir = $(prefix)/ LessTif/doc/html285 htmldir = $(prefix)/share/LessTif/doc/html 286 286 html_DATA = ${manone_DATA:.1=.html} ${manthree_DATA:.3=.html} \ 287 287 ${manfive_DATA:.5=.html} 288 288 … … 549 549 # in both the http://www.lesstif.org and the locally installed case. 550 550 # 551 551 install-data-hook: 552 if [ ! -h $(DESTDIR)$(prefix)/ LessTif/doc/Lessdox ]; then mkdir -p $(DESTDIR)$(prefix)/LessTif/doc && cd $(DESTDIR)$(prefix)/LessTif/doc && $(LN_S) html Lessdox; fi552 if [ ! -h $(DESTDIR)$(prefix)/share/LessTif/doc/Lessdox ]; then mkdir -p $(DESTDIR)$(prefix)/share/LessTif/doc && cd $(DESTDIR)$(prefix)/share/LessTif/doc && $(LN_S) html Lessdox; fi 553 553 # Tell versions [3.59,3.63) of GNU make to not export all variables. 554 554 # Otherwise a system limit (for SysV at least) may be exceeded. 555 555 .NOEXPORT: -
doc/www.lesstif.org/Makefile.in
diff -uNr lesstif-0.94.0-orig/doc/www.lesstif.org/Makefile.in lesstif-0.94.0/doc/www.lesstif.org/Makefile.in
old new 263 263 # Lets put the informational stuff in a sub directory to avoid 264 264 # polluting /usr/local for default installs. 265 265 # 266 docdir = $(prefix)/ LessTif/doc266 docdir = $(prefix)/share/LessTif/doc 267 267 doc_DATA = \ 268 268 Advocacy.html contents.html misc_frame.html \ 269 269 BUG-HUNTING.html core.html news.html \ -
doc/www.lesstif.org/images/Makefile.in
diff -uNr lesstif-0.94.0-orig/doc/www.lesstif.org/images/Makefile.in lesstif-0.94.0/doc/www.lesstif.org/images/Makefile.in
old new 253 253 # Lets put the informational stuff in a sub directory to avoid 254 254 # poluting /usr/local for default installs. 255 255 # 256 rootdir = $(prefix)/ LessTif/doc/images256 rootdir = $(prefix)/share/LessTif/doc/images 257 257 root_DATA = hungry.png \ 258 258 lesstif-realsmall.png lesstif-small.png lesstif.png \ 259 259 ltsunlogo.png lesstif.jpg ltsunlogo.jpg \ -
lib/Dt/Makefile.in
diff -uNr lesstif-0.94.0-orig/lib/Dt/Makefile.in lesstif-0.94.0/lib/Dt/Makefile.in
old new 248 248 infodir = @infodir@ 249 249 install_sh = @install_sh@ 250 250 lib_version_suffix = @lib_version_suffix@ 251 libdir = $(exec_prefix)/lib251 libdir = @libdir@ 252 252 libexecdir = @libexecdir@ 253 253 localstatedir = @localstatedir@ 254 254 man2html_cmd = @man2html_cmd@ -
lib/Mrm-2.1/Makefile.in
diff -uNr lesstif-0.94.0-orig/lib/Mrm-2.1/Makefile.in lesstif-0.94.0/lib/Mrm-2.1/Makefile.in
old new 235 235 infodir = @infodir@ 236 236 install_sh = @install_sh@ 237 237 lib_version_suffix = @lib_version_suffix@ 238 libdir = $(exec_prefix)/lib238 libdir = @libdir@ 239 239 libexecdir = @libexecdir@ 240 240 localstatedir = @localstatedir@ 241 241 man2html_cmd = @man2html_cmd@ -
lib/Uil-2.1/Makefile.in
diff -uNr lesstif-0.94.0-orig/lib/Uil-2.1/Makefile.in lesstif-0.94.0/lib/Uil-2.1/Makefile.in
old new 238 238 infodir = @infodir@ 239 239 install_sh = @install_sh@ 240 240 lib_version_suffix = @lib_version_suffix@ 241 libdir = $(exec_prefix)/lib241 libdir = @libdir@ 242 242 libexecdir = @libexecdir@ 243 243 localstatedir = @localstatedir@ 244 244 man2html_cmd = @man2html_cmd@ -
lib/Xm-2.1/Makefile.in
diff -uNr lesstif-0.94.0-orig/lib/Xm-2.1/Makefile.in lesstif-0.94.0/lib/Xm-2.1/Makefile.in
old new 297 297 infodir = @infodir@ 298 298 install_sh = @install_sh@ 299 299 lib_version_suffix = @lib_version_suffix@ 300 libdir = $(exec_prefix)/lib300 libdir = @libdir@ 301 301 libexecdir = @libexecdir@ 302 302 localstatedir = @localstatedir@ 303 303 man2html_cmd = @man2html_cmd@
Note:
See TracBrowser
for help on using the repository browser.