Hi Iwamoto san, You are right. I will fix this problem. It seems that the mistake was already in global-6.3.3.
$ cvs diff -rVERSION-6_3_2 -rVERSION-6_3_3 reconf.sh Index: reconf.sh =================================================================== RCS file: /sources/global/global/reconf.sh,v retrieving revision 1.44 retrieving revision 1.45 diff -r1.44 -r1.45 116c116 < (set -x; autoreconf --symlink --verbose --install) && --- > (set -x; autoreconf --symlink --verbose --install --force) && I did not notice that 'INSTALL' file was replaced with one of automake package. Thank you for telling me. Regards, Shigio 2018-02-09 21:21 GMT+09:00 Hideki IWAMOTO <[email protected]>: > Hi. Yamaguchi san. > > The contents of the file INSTALL included in version 6.6.2 tarball are as > follows. > Have you made any mistakes? > > $ cat global-6.6.2/INSTALL > #!/bin/sh > cd /tmp > build --make m41 > cd m41 > make distcheck > sudo make install > > > > -- > Hideki IWAMOTO <[email protected]> > > -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: 26F6 31B4 3D62 4A92 7E6F 1C33 969C 3BE3 89DD A6EB
_______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
