DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L1973 Version: 1.1.9 I tried to build and install fltk-1.1.9 on my Linux x86_64 system, and so I gave the argument '--libdir=$prefix/lib64' to configure. This failed miserably because there are numerous places in configure.in where hardcoded strings like 'LINKFLTK="../lib/libfltk.a"' are used, defeating the use of '$libdir'. I therefore decided to fix this by changing those occurrences to use '$libdir', but found that I could not rebuild the 'configure' script. Invoking autoreconf yields this: bash-3.2$ autoreconf /usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal /usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB /usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE autoheader: warning: missing template: FLTK_DATADIR autoheader: Use AC_DEFINE([FLTK_DATADIR], [], [Description]) autoheader: warning: missing template: FLTK_DOCDIR autoheader: warning: missing template: HAVE_ALSA_ASOUNDLIB_H autoheader: warning: missing template: HAVE_DLFCN_H autoheader: warning: missing template: HAVE_DLSYM autoheader: warning: missing template: HAVE_GL autoheader: warning: missing template: HAVE_GLXGETPROCADDRESSARB autoheader: warning: missing template: HAVE_GL_GLU_H autoheader: warning: missing template: HAVE_LIBJPEG autoheader: warning: missing template: HAVE_LIBPNG autoheader: warning: missing template: HAVE_LIBZ autoheader: warning: missing template: HAVE_LOCALE_H autoheader: warning: missing template: HAVE_LONG_LONG autoheader: warning: missing template: HAVE_OVERLAY autoheader: warning: missing template: HAVE_PNG_H autoheader: warning: missing template: HAVE_PTHREAD autoheader: warning: missing template: HAVE_PTHREAD_H autoheader: warning: missing template: HAVE_SCANDIR autoheader: warning: missing template: HAVE_SNPRINTF autoheader: warning: missing template: HAVE_STRTOLL autoheader: warning: missing template: HAVE_SYS_SELECT_H autoheader: warning: missing template: HAVE_VSNPRINTF autoheader: warning: missing template: HAVE_XDBE autoheader: warning: missing template: HAVE_XINERAMA autoheader: warning: missing template: U16 autoheader: warning: missing template: U32 autoheader: warning: missing template: U64 autoheader: warning: missing template: USE_QUARTZ autoheader: warning: missing template: USE_XFT autoheader: warning: missing template: __APPLE_QD__ autoheader: warning: missing template: __APPLE_QUARTZ__ autoreconf: /usr/bin/autoheader failed with exit status: 1 I have not been able to work out what's wrong here. Link: http://www.fltk.org/str.php?L1973 Version: 1.1.9 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
