Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: use a git submodule for gnulib | Jim Meyering | 2009-08-03 | 1 | -0/+11 |
| | | | | | | | | | | | | | | * .gitmodules: New file, to track gnulib. * .gnulib: Submodule directory. * Makefile.am (EXTRA_DIST): Don't list config.rpath or gitlog-to-changelog. * autogen.sh: Adapt to use the new submodule. * cfg.mk: New file. (SUBDIRS): Add gnulib/lib and gnulib/tests. (dist-hook): Reflect new location of getlog-to-changelog. * configure.ac: Set build-aux/ as AUX_DIR. Invoke gl_EARLY and gl_INIT. (AC_CONFIG_FILES): Add gnulib/lib/Makefile and gnulib/tests/Makefile. | ||||
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -7/+19 |
| | | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments. | ||||
* | Fix: "aclocal: couldn't open directory `m4': No such file or directory" | Richard Jones | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | Run autoreconf with -i parameter. | Richard Jones | 2009-04-01 | 1 | -2/+2 |
| | |||||
* | Now using febootstrap. | rjones | 2009-03-24 | 1 | -3/+5 |
| | |||||
* | Running qemu as a subprocess. | rjones | 2009-03-03 | 1 | -0/+2 |
| | |||||
* | Final fixes to build environment, and added autogen.sh. | rjones | 2009-03-03 | 1 | -0/+26 |