Just downloaded libpgf-5.08.22-src.tar.gz, and according to INSTALL and Unix standard practice, I should just do
# ./configure
# make
However, there is no ./configure in either root dir, or libpgf dir, or pgf dir.
I can see configure.ac and Makefile.am, so I tried to do autoconf, automake myself, but I'm getting further errors (and at the limit my of autoconf knowledge).
Any ideas?
Thanks
Roland
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, help!
Just downloaded libpgf-5.08.22-src.tar.gz, and according to INSTALL and Unix standard practice, I should just do
# ./configure
# make
However, there is no ./configure in either root dir, or libpgf dir, or pgf dir.
I can see configure.ac and Makefile.am, so I tried to do autoconf, automake myself, but I'm getting further errors (and at the limit my of autoconf knowledge).
Any ideas?
Thanks
Roland
Ah, ./autogen.sh!
Roland
Hi Roland
Sorry for the wrong installation description in INSTALL. I will soon correct this.
Andy