gwget r566 - in trunk: . po
- From: davidsf svn gnome org
- To: svn-commits-list gnome org
- Subject: gwget r566 - in trunk: . po
- Date: Tue, 8 Jan 2008 18:20:46 +0000 (GMT)
Author: davidsf
Date: Tue Jan 8 18:20:45 2008
New Revision: 566
URL: http://svn.gnome.org/viewvc/gwget?rev=566&view=rev
Log:
2008-01-08 David SedeÃo <david alderia com>
* Rename configure.in to configure.ac
* Use po/LINGUAS
* autogen.sh: Update
Added:
trunk/configure.ac
- copied, changed from r563, /trunk/configure.in
trunk/po/LINGUAS
Modified:
trunk/autogen.sh
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Tue Jan 8 18:20:45 2008
@@ -14,23 +14,7 @@
DIE=1
}
-AUTOMAKE=automake-1.7
-ACLOCAL=aclocal-1.7
-
-($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
- AUTOMAKE=automake
- ACLOCAL=aclocal
-}
-
-($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
- echo
- echo "You must have automake installed to compile $PROJECT."
- echo "Get ftp://sourceware.cygnus.com/pub/automake/automake-1.4.tar.gz"
- echo "(or a newer version if it is available)"
- DIE=1
-}
-
-(test -f $srcdir/configure.in \
+(test -f $srcdir/configure.ac \
&& test -d $srcdir/src \
&& test -f $srcdir/src/gwget_data.c) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
@@ -38,7 +22,14 @@
exit 1
}
-gnome_autogen=`which gnome-autogen.sh`
-test -z "$gnome_autogen"
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from the GNOME CVS"
+ exit 1
+}
+
+REQUIRED_AUTOCONF_VERSION=2.57
+REQUIRED_AUTOMAKE_VERSION=1.7
+REQUIRED_INTLTOOL_VERSION=0.35.0
+REQUIRED_PKG_CONFIG_VERSION=0.16.0
-USE_GNOME2_MACROS=1 . $gnome_autogen
+USE_GNOME2_MACROS=1 . gnome-autogen.sh
Copied: trunk/configure.ac (from r563, /trunk/configure.in)
==============================================================================
--- /trunk/configure.in (original)
+++ trunk/configure.ac Tue Jan 8 18:20:45 2008
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(configure.in)
+AC_INIT(configure.ac)
AM_INIT_AUTOMAKE(gwget, 0.99)
AM_CONFIG_HEADER(config.h)
AC_PATH_PROG(GCONFTOOL, gconftool-2)
-AC_PROG_INTLTOOL([0.29])
+IT_PROG_INTLTOOL([0.35.0])
AC_ISC_POSIX
AC_PROG_CC
@@ -57,7 +57,6 @@
GETTEXT_PACKAGE=gwget
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [The gettext package])
-dnl Languages which your application supports
ALL_LINGUAS="ar bg ca cs da de dz el en_CA en_GB es eu fi fr hu it ja lt lv mk ne nl oc pa pl pt pt_BR ro ru rw sk sq sv tr uk vi zh_CN zh_HK zh_TW"
AM_GLIB_GNU_GETTEXT
Added: trunk/po/LINGUAS
==============================================================================
--- (empty file)
+++ trunk/po/LINGUAS Tue Jan 8 18:20:45 2008
@@ -0,0 +1,40 @@
+# please keep this list sorted alphabetically
+ar
+bg
+ca
+cs
+da
+de
+dz
+el
+en_CA
+en_GB
+es
+eu
+fi
+fr
+hu
+it
+ja
+lt
+lv
+mk
+ne
+nl
+oc
+pa
+pl
+pt
+pt_BR
+ro
+ru
+rw
+sk
+sq
+sv
+tr
+uk
+vi
+zh_CN
+zh_HK
+zh_TW
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]