summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* maint: use a git submodule for gnulibJim Meyering2009-08-031-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 directoryMatthew Booth2009-07-031-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 Jones2009-04-071-0/+1
|
* Run autoreconf with -i parameter.Richard Jones2009-04-011-2/+2
|
* Now using febootstrap.rjones2009-03-241-3/+5
|
* Running qemu as a subprocess.rjones2009-03-031-0/+2
|
* Final fixes to build environment, and added autogen.sh.rjones2009-03-031-0/+26