+
+ <!-- Show this banner after installation: -->
+ <if cond="FORMAT=='autoconf'">
+ <modify-target target="install">
+ <command>
+@echo " "
+@echo " The installation of wxWindows is finished. On certain"
+@echo " platforms (e.g. Linux) you'll now have to run ldconfig"
+@echo " if you installed a shared library and also modify the"
+@echo " LD_LIBRARY_PATH (or equivalent) environment variable."
+@echo " "
+@echo " wxWindows comes with no guarantees and doesn't claim"
+@echo " to be suitable for any purpose."
+@echo " "
+@echo " Read the wxWindows Licence on licencing conditions."
+@echo " "
+ </command>
+ </modify-target>
+ </if>
+