X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=configure.ac;h=cf688c0b6f5f2e6ef528cbbcaff3826b1bd54e76;hb=e62d77e7d17ec2bad73953355fba650afa68f58e;hp=18eae5c49dcd67897a15a685cc69c7c3a5f2d2b0;hpb=94a0b32d0e66365ad23f99e1a6e162b0168b9e2a;p=xboard.git diff --git a/configure.ac b/configure.ac index 18eae5c..cf688c0 100644 --- a/configure.ac +++ b/configure.ac @@ -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-20101120],[bug-xboard@gnu.org]) +AC_INIT([xboard],[master-20101211],[bug-xboard@gnu.org]) dnl| need this to be able to compile some files in a subdir (filebrowser) AM_INIT_AUTOMAKE([subdir-objects]) @@ -436,7 +436,8 @@ echo " Configurations summary:" echo "" echo " prefix: $prefix " echo " datarootdir: $datarootdir " -echo " datadir: $datadir (icons will go in \$datadir\icons\hicolor\...)" +echo " datadir: $datadir (icons will go in \$datadir/icons/hicolor/...)" +echo " (bitmaps will go in \$datadir/games/xboard/...)" echo " infodir: $infodir (info files will go here)" echo " sysconfdir: $sysconfdir (xboard.conf will go here)" echo ""