warn about deprecated code
authorColin Leroy <colin@colino.net>
Thu, 25 Jan 2007 12:48:51 +0000 (12:48 +0000)
committerColin Leroy <colin@colino.net>
Thu, 25 Jan 2007 12:48:51 +0000 (12:48 +0000)
autogen.sh

index d9cf1b6d765291fb1320b095120a9380864735e6..5821298bde83b5670d425782ec8962ab8a553915 100644 (file)
@@ -1,5 +1,11 @@
 #!/bin/sh
 #!/bin/sh
-
+echo
+echo Warning:
+echo
+echo Development takes place on the \'gtk2\' cvs branch.
+echo You problably don\'t want to compile the old gtk1 branch.
+echo Use the \'-r gtk2\' parameter in the \'cvs checkout\' command.
+echo
 autopoint \
   && aclocal -I m4 \
   && libtoolize --force --copy \
 autopoint \
   && aclocal -I m4 \
   && libtoolize --force --copy \