forked from stefanseefeld/fresco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathautogen.sh
More file actions
executable file
·42 lines (38 loc) · 830 Bytes
/
Copy pathautogen.sh
File metadata and controls
executable file
·42 lines (38 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/bin/sh
#
conf()
{
if test -d $1; then
(cd $1
echo "Generating $1/configure..."
aclocal --output=config/aclocal.m4 -I `echo /$1 | sed 's,/[^\\/]*,../,g'`config
autoconf --include=config)
fi
}
conf_with_header()
{
if test -d $1; then
(cd $1
echo "Generating $1/configure..."
aclocal --output=config/aclocal.m4 -I `echo /$1 | sed 's,/[^\\/]*,../,g'`config
autoconf --include=config
autoheader --include=config)
fi
}
echo "Generating toplevel configure..."
autoconf
conf Fresco-Test
conf_with_header Prague
conf_with_header Babylon
conf Fresco-IDL
conf_with_header Fresco-C++
conf_with_header Berlin
conf_with_header GGI
conf SDL
conf Fresco-Python
conf Fresco-Java
conf Fresco-Perl
conf Fresco-C++-demos
conf Fresco-Python-demos
conf Documentation
conf_with_header contrib/daVinci