| 1234567891011121314151617181920212223242526272829303132 |
- Index: config/mkmainlib.inc
- --- config/mkmainlib.inc.orig 2004-01-26 14:30:23.000000000 +0100
- +++ config/mkmainlib.inc 2004-02-12 09:08:24.000000000 +0100
- @@ -28,7 +28,7 @@
- @-if test "$(WITH_SHARED)" = "no"; then \
- cp .libs/$(MAINLIBNAME) .libs/$(MAINLIBNAME)i;\
- fi
- - $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(libdir);
- + $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) $(libdir);
- @-if test "$(WITH_SHARED)" = "yes"; then \
- $(LIBTOOL) -n --finish $(libdir);\
- else\
- Index: configure
- --- configure.orig 2004-07-07 20:29:08.000000000 +0200
- +++ configure 2004-10-27 17:04:45.110483011 +0200
- @@ -8866,6 +8866,7 @@
-
-
- # pnglib
- +if [ ".$PNGLIBINC" = . -a ".$PNGLIBLINK" = . ]; then
- if test -d libs/png ; then
- PNGLIBINC="-I\$(top_builddir)/libs/png"
- PNGLIBLINK="\$(top_builddir)/libs/png/libpng\$(LA)"
- @@ -8875,6 +8876,7 @@
- PNGLIBINC=""
- PNGLIBLINK=""
- fi
- +fi
-
-
-
|