I'm trying to build X11R7.0 on Crux v2.1 linux distribution and I get
stuck with the below error.  Can anyone lend some advice on what
i'm missing from my autoconf configurations that's preventing the
macros from loading, as shown below?  I checked all my autoconf,
automake, m4, etc versions and they're all above the min levels. 
I also installed by hand the latest pkg-config tool from
<a href="http://freedesktop.org">freedesktop.org</a>, and libtool and gettext from <a href="http://gnu.org">gnu.org</a>.&nbsp; I've tried
several of the programs under x/lib/ and get the same result, so i'm
sure it's local to my machine, but i just don't know enough about
configure to figure it out...<br>
<br>
thanks<br>
<br>
# pwd<br>
/root/x/lib/Xau<br>
# ./autogen.sh<br>
autoreconf: Entering directory `.'<br>
autoreconf: <a href="http://configure.ac">configure.ac</a>: not using Gettext<br>
autoreconf: running: aclocal <br>
autoreconf: <a href="http://configure.ac">configure.ac</a>: tracing<br>
autoreconf: running: libtoolize --copy<br>
libtoolize: `config.guess' exists: use `--force' to overwrite<br>
libtoolize: `config.sub' exists: use `--force' to overwrite<br>
libtoolize: `ltmain.sh' exists: use `--force' to overwrite<br>
autoreconf: running: /usr/bin/autoconf<br>
autoreconf: running: /usr/bin/autoheader<br>
autoreconf: running: automake --add-missing --copy --no-force<br>
autoreconf: Leaving directory `.'<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking whether to enable maintainer-specific portions of Makefiles... yes<br>
checking for gcc... gcc<br>
checking for C compiler default output file name... a.out<br>
checking whether the C compiler works... yes<br>
checking whether we are cross compiling... no<br>
checking for suffix of executables... <br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ANSI C... none needed<br>
checking for style of include used by make... GNU<br>
checking dependency style of gcc... gcc3<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether ln -s works... yes<br>
checking build system type... i686-pc-linux-gnu<br>
checking host system type... i686-pc-linux-gnu<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for egrep... grep -E<br>
checking for ld used by gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for BSD-compatible nm... /usr/bin/nm -B<br>
checking how to recognise dependent libraries... pass_all<br>
checking how to run the C preprocessor... gcc -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking dlfcn.h usability... yes<br>
checking dlfcn.h presence... yes<br>
checking for dlfcn.h... yes<br>
checking for g++... g++<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking dependency style of g++... gcc3<br>
checking how to run the C++ preprocessor... g++ -E<br>
checking for g77... no<br>
checking for f77... no<br>
checking for xlf... no<br>
checking for frt... no<br>
checking for pgf77... no<br>
checking for fort77... no<br>
checking for fl32... no<br>
checking for af77... no<br>
checking for f90... no<br>
checking for xlf90... no<br>
checking for pgf90... no<br>
checking for epcf90... no<br>
checking for f95... no<br>
checking for fort... no<br>
checking for xlf95... no<br>
checking for ifc... no<br>
checking for efc... no<br>
checking for pgf95... no<br>
checking for lf95... no<br>
checking for gfortran... no<br>
checking whether we are using the GNU Fortran 77 compiler... no<br>
checking whether&nbsp; accepts -g... no<br>
checking the maximum length of command line arguments... 32768<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for objdir... .libs<br>
checking for ar... ar<br>
checking for ranlib... ranlib<br>
checking for strip... strip<br>
checking if gcc static flag&nbsp; works... yes<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC<br>
checking if gcc PIC flag -fPIC works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
configure: creating libtool<br>
appending configuration tag &quot;CXX&quot; to libtool<br>
checking for ld used by g++... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking for g++ option to produce PIC... -fPIC<br>
checking if g++ PIC flag -fPIC works... yes<br>
checking if g++ supports -c -o file.o... yes<br>
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
appending configuration tag &quot;F77&quot; to libtool<br>
checking whether make sets $(MAKE)... (cached) yes<br>
./configure: line 19654: syntax error near unexpected token `XAU,'<br>
./configure: line 19654: `PKG_CHECK_MODULES(XAU, xproto)'