From 236b692a78964d08287b9adc208fda9e2b0a989b Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Thu, 7 Jan 2010 15:26:01 +0200 Subject: spice: autogen.sh: call autogen.sh.shared separately from subdirs (subdir 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 Signed-off-by: Uri Lublin --- common/autogen.sh | 1 + 1 file changed, 1 insertion(+) create mode 120000 common/autogen.sh (limited to 'common/autogen.sh') diff --git a/common/autogen.sh b/common/autogen.sh new file mode 120000 index 00000000..60bb39f2 --- /dev/null +++ b/common/autogen.sh @@ -0,0 +1 @@ +../autogen.sh.shared \ No newline at end of file -- cgit