Hello,
Any time I try to configure, it fails with this:
checking types of arguments for select... int,int *,struct timeval *
./configure: line 35276: syntax error near unexpected token `"s/^\\(['
./configure: line 35276: `
"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"'
I have to erase following two lines before line 35276 for configure to work:
src/frontends/xforms/lyx_forms.h-tmp:src/frontends/xforms/lyx_forms.h.in \
src/frontends/xforms/lyx_xpm.h-tmp:src/frontends/xforms/lyx_xpm.h.in \
I am using Cygwin automake for autogen.sh:
$ ./autogen.sh
Using automake (GNU automake) 1.9.6
Using autoconf (GNU Autoconf) 2.59
And I am using MSYS DTK with:
$ autoconf --version
autoconf (GNU Autoconf) 2.59
$ sed --version
GNU sed version 3.02
Abdel.
PS: I am using:
./configure --prefix='d:/program/lyx-1.4.0' --without-x --with-aspell
--with-version-suffix=-svn --with-included-gettext --with-frontend=qt
--disable-maintainer-mode --disable-debug --enable-optimization=3
--disable-pch --disable-stdlib-debug --disable-concept-checks
--with-qt-dir='/home/yns/src/qt-3'
--with-extra-prefix='/d/program/Aspell-0.60.4'