Sorry, it did not work.
My program versions, as found by running "<progname> --version": autoheader 2.63, aclocal 1.10.1, automake 1.10.1, autoconf 2.63, libtoolize 2.2.6, m4 1.4.11, gettext 0.17, intltoolize 0.37.1, gcc 4.3.2. GTK+ 2.14.4 is installed in /usr/local, with its PKGCONFIG-file in /usr/local/lib/pkgconfig, which is listed in the PKG_CONFIG_PATH.
I can play with it over the weekend, but maybe you see the problem faster. Here is what I did:
Corto wrote:Delete the files:
- configure
Deleted.
Corto wrote: - all Makefile.in
Deleted (both of them: the one in the top folder, and the one in "src").
Corto wrote: - autom4te.cache
Did not exist.
Corto wrote: - aclocal.m4
Deleted.
Corto wrote:After run the commands:
if Makefile is present
> make distclean
Makefile was not present.
Corto wrote:and after:
> libtoolize --force --copy
Done. Output:
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize: `/usr/share/aclocal/libtool.m4'
libtoolize: `/usr/share/aclocal/ltoptions.m4'
libtoolize: `/usr/share/aclocal/ltversion.m4'
libtoolize: `/usr/share/aclocal/ltsugar.m4'
libtoolize: `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Corto wrote:> autoheader
Done. No output was produced.
Corto wrote:> aclocal
Done. Output:
configure.in:231: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
Corto wrote:> automake
Done. Output:
src/Makefile.am:19: compiling `mime-type.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.in'
Corto wrote:> autoconf
Done. Output:
configure.in:231: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
Corto wrote:> ./configure --prefix=/usr --enable-fam --enable-inotify (--disable-hal)
Done, including the "--disable-hal" parameter. End of output:
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
./configure: line 12734: IT_PROG_INTLTOOL: command not found
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
./configure: line 13360: syntax error near unexpected token `GTK,'
./configure: line 13360: `PKG_CHECK_MODULES(GTK, $gtk_modules)'
Corto wrote:> make
> make install
There was no Makefile, so I did not run these.