Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /kazehakase/trunk/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3099 - (show annotations) (download) (as text)
Thu Mar 29 23:49:03 2007 UTC (17 years, 2 months ago) by kous
File MIME type: text/x-sh
File size: 356 byte(s)
* autogen.sh: improved error handling.

1 #!/bin/sh
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 run()
7 {
8 $@
9 if test $? -ne 0; then
10 echo "Failed $@"
11 exit 1
12 fi
13 }
14
15 run libtoolize --copy --force
16 run glib-gettextize --force --copy
17 run intltoolize --force --copy --automake
18 run aclocal -I macros $ACLOCAL_FLAGS
19 run autoheader
20 run automake --add-missing --foreign --copy
21 run autoconf

Properties

Name Value
svn:eol-style LF
svn:executable *
svn:keywords Author Date Id Revision

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26