• R/O
  • SSH
  • HTTPS

gsynaptics: Commit


Commit MetaInfo

Revision106 (tree)
Time2007-10-27 08:14:24
Authorikezoe

Log Message

2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>

* configure.ac: Add AM_CONFIG_HEADER.
* autogen.sh: Update.

Change Summary

Incremental Difference

--- gsynaptics/trunk/configure.ac (revision 105)
+++ gsynaptics/trunk/configure.ac (revision 106)
@@ -4,6 +4,7 @@
44 AC_PREREQ(2.59)
55 AC_INIT([gsynaptics],[0.9.12],[ikuya@fruitsbasket.info])
66 AM_INIT_AUTOMAKE(gsynaptics, 0.9.12)
7+AM_CONFIG_HEADER(config.h)
78
89 AM_PROG_LIBTOOL
910 AC_PROG_INTLTOOL(0.35.5)
--- gsynaptics/trunk/ChangeLog (revision 105)
+++ gsynaptics/trunk/ChangeLog (revision 106)
@@ -1,3 +1,8 @@
1+2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
2+
3+ * configure.ac: Add AM_CONFIG_HEADER.
4+ * autogen.sh: Update.
5+
16 2007-10-23 Hiroyuki Ikezoe <poincare@ikezoe.net>
27
38 * configure.ac, autoge.sh, Makefile.am, help/Makefile.am,
--- gsynaptics/trunk/autogen.sh (revision 105)
+++ gsynaptics/trunk/autogen.sh (revision 106)
@@ -3,7 +3,20 @@
33 srcdir=`dirname $0`
44 test -z "$srcdir" && srcdir=.
55
6-autoreconf -i -f \
7- && glib-gettextize -c -f \
8- && intltoolize -c -f --automake \
9- && gnome-doc-prepare -c -f
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 $ACLOCAL_FLAGS
19+run autoheader
20+run automake --add-missing --foreign --copy
21+run autoconf
22+run gnome-doc-prepare --copy --force
Show on old repository browser