Commits
David B. Evans authored 6d2e1618eff
1 - | |
2 - | # Run this to generate all the initial makefiles, etc. |
3 - | |
4 - | srcdir=`dirname $0` |
5 - | test -z "$srcdir" && srcdir=. |
6 - | |
7 - | PKG_NAME="gnome-backgrounds" |
8 - | |
9 - | (test -f $srcdir/configure.ac \ |
10 - | && test -d $srcdir/backgrounds ) || { |
11 - | echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" |
12 - | echo " top-level $PKG_NAME directory" |
13 - | exit 1 |
14 - | } |
15 - | |
16 - | echo "Running glib-gettextize" |
17 - | glib-gettextize --copy --force |
18 - | |
19 - | echo "Running intltoolize" |
20 - | intltoolize --copy --force --automake |
21 - | |
22 - | which gnome-autogen.sh || { |
23 - | echo "You need to install gnome-common package" |
24 - | exit 1 |
25 - | } |
26 - | USE_GNOME2_MACROS=1 . gnome-autogen.sh |