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 --- client/Makefile.am | 2 +- client/autogen.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 client/autogen.sh (limited to 'client') diff --git a/client/Makefile.am b/client/Makefile.am index 54cd2ec4..efe39522 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -92,4 +92,4 @@ EXTRA_DIST = $(RED_COMMON_SRCS) \ DISTCLEANFILES = x11/ffmpeg_inc.h dist-hook: - cp -p -f ../autogen.sh ../configure.ac.shared $(distdir) + cp -p -f ./autogen.sh ../configure.ac.shared $(distdir) diff --git a/client/autogen.sh b/client/autogen.sh new file mode 120000 index 00000000..60bb39f2 --- /dev/null +++ b/client/autogen.sh @@ -0,0 +1 @@ +../autogen.sh.shared \ No newline at end of file -- cgit