summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* spice: autogen.sh: call autogen.sh.shared separately from subdirs (subdir ↵Uri Lublin2010-01-101-172/+12
| | | | | | | | | | | | | | config) Move original autogen.sh to autogen.sh.shared Create links in each subdir (subdir/autogen.sh --> ../autogem.sh.shared) Make new autogen.sh which simply 1. cd subdir && ./autogen.sh 2. run autogen.sh.shared for the current dir (spice) Update all Makefile.am accordingly (dist-hook). Signed-off-by: Yaniv Kamay <ykamay@rehdat.com> Signed-off-by: Uri Lublin <uril@redhat.com>
* autogen: run "do_cmd auto*" for subdirs too (subdir config)Uri Lublin2010-01-101-5/+29
| | | | | | | | | | subdirs are defined in configure.ac Note we also mkdir m4 (just in case) And touch some needed files (README NEWS ...) to prevent warnings/errors. It may be better to add those files and commit them, or copy from parent dir. Signed-off-by: Uri Lublin <uril@redhat.com>
* autogen: exit upon errors (subdir config)Uri Lublin2010-01-101-0/+2
| | | | Signed-off-by: Uri Lublin <uril@redhat.com>
* autogen: add possibly missing AUTOMAKE definition (subdir config)Uri Lublin2010-01-101-0/+1
| | | | Signed-off-by: Uri Lublin <uril@redhat.com>
* autogen: remove copied code - srcdir and ORIGDIR (subdir config)Uri Lublin2010-01-101-7/+1
| | | | Signed-off-by: Uri Lublin <uril@redhat.com>
* fresh startYaniv Kamay2009-10-141-0/+170