From: Rafael L. <lab...@ps...> - 2003-03-02 21:21:15
|
* Rafael Laboissiere <lab...@ps...> [2003-03-02 17:22]: > * Joao Cardoso <jc...@fe...> [2003-03-02 02:45]: > > (1) After a fresh checkout, I got this: > > > > jcard@home:~/tmp/plplot> ./bootstrap.sh > > Running aclocal (GNU automake) 1.7.2... done > > Running autoheader (GNU Autoconf) 2.57... done > > Running automake (GNU automake) 1.7.2...configure.ac: installing > > `./install-sh' > > configure.ac: installing `./mkinstalldirs' > > configure.ac: installing `./missing' > > configure.ac:433: installing `./config.guess' > > configure.ac:433: installing `./config.sub' > > configure.ac:433: required file `./ltmain.sh' not found > > Makefile.am:30: required directory ./libltdl does not exist > > bindings/c++/Makefile.am: installing `./depcomp' > > drivers/Makefile.am: installing `./compile' > > Makefile.am:30: required directory ./libltdl does not exist > > done > > Running libtoolize (GNU libtool) 1.4.3... done > > Running autoconf (GNU Autoconf) 2.57... done > > > > The second time I run it there where no problems. > > I will try to fix this. Actually, there is no fix, since there is no problem here. These are only harnless warning messages. After the first run of bootstrap.sh, the source tree should be ready for configure and make. -- Rafael |