]> Dogcows Code - chaz/tint2/blob - configure
*add* adding a dummy configure file which reports for the user that we've changed...
[chaz/tint2] / configure
1 #!/bin/bash
2
3 # This file should be removed for a release, but right now it is here for convenience.
4 # Everyone who is used to build tint2 with ./configure && make && sudo make install will get this message
5
6 echo "Tint2 has changed the build system to CMake"
7 echo "See INSTALL or the wiki page for further building instructions"
8
This page took 0.032641 seconds and 4 git commands to generate.