]> git.pld-linux.org Git - packages/libsigc++.git/blob - libsigc++-remove_stupid_install-data-hook_targets.patch
- working Source URL
[packages/libsigc++.git] / libsigc++-remove_stupid_install-data-hook_targets.patch
1 --- libsigc++-1.0.4/sigc++/config/Makefile.am~  Sat Oct 20 17:42:23 2001
2 +++ libsigc++-1.0.4/sigc++/config/Makefile.am   Wed Oct 24 03:11:11 2001
3 @@ -4,18 +4,3 @@
4  includedir = $(libdir)/sigc++-1.0/include
5  include_HEADERS = sigc++config.h
6  
7 -install-data-hook:
8 -       @if test -d "$(libdir)/sigc++" ; then \
9 -         echo ;\
10 -         echo "*** WARNING ***:" ;\
11 -         echo "You seem to have old libsigc++ config header files installed in:" ;\
12 -         echo ;\
13 -         echo "  \"$(libdir)/sigc++\"" ;\
14 -         echo ;\
15 -         echo "The entire directory will be removed now." ;\
16 -         echo "To allow parallel installation of sigc++-1.0 and sigc++-1.2," ;\
17 -         echo "the header files are now installed in a version specific subdirectory." ;\
18 -         echo ; \
19 -         rm -rf "$(libdir)/sigc++" ;\
20 -       fi
21 -
22 --- libsigc++-1.0.4/sigc++/Makefile.am~ Thu Oct 18 22:55:08 2001
23 +++ libsigc++-1.0.4/sigc++/Makefile.am  Wed Oct 24 03:23:55 2001
24 @@ -32,24 +32,6 @@
25  
26  EXTRA_DIST = README
27  
28 -install-data-hook:
29 -       @if test -d "$(includedir)/sigc++" ; then \
30 -         echo ;\
31 -         echo "*** WARNING ***:" ;\
32 -         echo "You seem to have old libsigc++ header files installed in:" ;\
33 -         echo ;\
34 -         echo "  \"$(includedir)/sigc++\"" ;\
35 -         echo ;\
36 -         echo "The entire directory will be removed now." ;\
37 -         echo "To allow parallel installation of sigc++-1.0 and sigc++-1.2," ;\
38 -         echo "the header files are now installed in a version specific subdirectory:" ;\
39 -         echo ;\
40 -         echo "  \"$(libsigcincludedir)\"" ;\
41 -         echo ;\
42 -         rm -rf "$(includedir)/sigc++" ;\
43 -       fi
44 -
45 -
46  #---------------------------------------
47  # Win32 related rules (resource file)
48  #---------------------------------------
This page took 0.040985 seconds and 3 git commands to generate.