On 2007-05-06 10:15:16 +0200, Marco Costalba wrote: > Use qgit ;-) Do I have to use any particular autoconf version? With kha@yoghurt:~/qgit> autoreconf --version autoreconf (GNU Autoconf) 2.60 I get a few warnings and errors when I run "autoreconf -i", and the generated configure script has bugs that prevent it from finishing successfully. (I'm trying to build qgit 4facdd5fc1731662ff9cdf096a576d40b938885c.) Output follows: kha@yoghurt:~/qgit> autoreconf -i configure.ac: 9: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER' automake: configure.ac: installing `config/install-sh' automake: configure.ac: installing `config/mkinstalldirs' automake: configure.ac: installing `config/missing' automake: configure.ac: installing `config/config.guess' automake: configure.ac: installing `config/config.sub' automake: Makefile.am: installing `./INSTALL' automake: Makefile.am: required file `./NEWS' not found automake: Makefile.am: required file `./AUTHORS' not found configure.ac: 9: required file `./[config.h].in' not found src/Makefile.am:30: invalid unused variable name: `nodist_qgit_SOURCES' autoreconf: automake failed with exit status: 1 kha@yoghurt:~/qgit> ./configure --prefix=/usr/local/stow/qgit checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes ./configure: line 1874: 1.8: command not found checking for working aclocal-1.4... found checking for working autoconf... found checking for working automake-1.4... found checking for working autoheader... found checking for working makeinfo... found checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C++ preprocessor... g++ -E checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for Qt includes... /usr/share/qt3/include checking Qt version... 3.3.6 checking for moc... /usr/share/qt3/bin/moc checking for uic... /usr/share/qt3/bin/uic checking for pthread_exit in -lpthread... yes checking for XftFontOpen in -lXft... yes checking for main in -lqt-mt... yes configure: QT_CPPFLAGS = -I/usr/share/qt3/include -D_REENTRANT -DQT_THREAD_SUPPORT configure: QT_LDFLAGS = -L/usr/share/qt3/lib configure: QT_LIBS = -lqt-mt -lpthread -lXft -lSM -lICE -lX11 configure: creating ./config.status config.status: creating Makefile config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status: creating src/Makefile config.status: WARNING: src/Makefile.in seems to ignore the --datarootdir setting config.status: creating config.h kha@yoghurt:~/qgit> make make[1]: Entering directory `/home/kha/qgit' cd . && autoheader make[1]: Leaving directory `/home/kha/qgit' cd . \ && CONFIG_FILES= CONFIG_HEADERS=[config.h] \ /bin/bash ./config.status config.status: error: cannot find input file: [config.h].in make: *** [stamp-h] Error 1 -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html