X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=569c39ace3406c411261eb4f31106e7aa6c9c7cc;hb=cd8d4f7a65a3ef8641af1f8a40371bb574df01d4;hp=288cdba762e32f2ce188d15ad8e39cae5c0227d0;hpb=373488935bf19680e26a3b51e617c9586dd438c6;p=xboard.git diff --git a/configure.ac b/configure.ac index 288cdba..569c39a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl| configure.in +1;2205;0cdnl| configure.in dnl| dnl| Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, 2007, dnl| 2008, 2009, 2010 Free Software Foundation, Inc. @@ -28,7 +28,7 @@ dnl| to regenerate configure. Then submit your changes to be folded into dnl| the standard version of xboard. dnl| define second argument as VERSION.PATCHLEVEL. e.g. 4.4.0j -AC_INIT([xboard],[master-20100206],[bug-xboard@gnu.org]) +AC_INIT([xboard],[master-20100221],[bug-xboard@gnu.org]) dnl| need this to be able to compile some files in a subdir (filebrowser) AM_INIT_AUTOMAKE([subdir-objects]) @@ -433,10 +433,11 @@ dnl echo "" echo " Configurations summary:" echo "" -echo " prefix: $prefix" -echo " datarootdir: $datarootdir" -echo " infodir: $infodir" -echo " sysconfdir: $sysconfdir" +echo " prefix: $prefix " +echo " datarootdir: $datarootdir " +echo " datadir: $datadir (icons will go in \$datadir\icons\hicolor\...)" +echo " infodir: $infodir (info files will go here)" +echo " sysconfdir: $sysconfdir (xboard.conf will go here)" echo "" echo " Xaw3d: $with_xaw3d" echo ""