Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
vte
Commits
2cce4ae4
Commit
2cce4ae4
authored
Feb 02, 2011
by
Javier Jardón
Browse files
build: Update autotools configuration
Replace deprecated macros and use the new libtool syntax
parent
765f1087
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
2cce4ae4
ACLOCAL_AMFLAGS
=
-I
m4
${ACLOCAL_FLAGS}
SUBDIRS
=
src termcaps po doc perf
if
HAVE_GTK_2
...
...
autogen.sh
View file @
2cce4ae4
...
...
@@ -22,13 +22,8 @@ which gperf || {
echo
"checking for gnome-autogen.sh"
which gnome-autogen.sh
||
{
echo
"You need to install gnome-common
from the GNOME SVN
"
echo
"You need to install
the
gnome-common
package
"
exit
1
}
USE_COMMON_DOC_BUILD
=
yes
REQUIRED_AUTOMAKE_VERSION
=
1.10
REQUIRED_INTLTOOL_VERSION
=
0.40.0
REQUIRED_GTK_DOC_VERSION
=
0.13
.
gnome-autogen.sh
configure.ac
View file @
2cce4ae4
...
...
@@ -5,12 +5,17 @@ m4_define([version_triplet],version_major.version_minor.version_micro)
m4_define([so_major_adjust],9) dnl Don't change!
AC_PREREQ([2.59])
AC_INIT(vte, [version_triplet], [http://bugzilla.gnome.org/enter_bug.cgi?product=vte])
AC_PREREQ([2.63])
AC_INIT([vte],
[version_triplet],
[http://bugzilla.gnome.org/enter_bug.cgi?product=vte],
[vte])
AC_CONFIG_SRCDIR([src/vte.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.
9
foreign no-dist-gzip dist-bzip2])
AM_INIT_AUTOMAKE([1.
10
foreign no-dist-gzip dist-bzip2])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
...
...
@@ -79,22 +84,22 @@ AM_CONDITIONAL([HAVE_GTK_3],[test "$with_gtk" = "3.0"])
################################################################################
AC_ISC_POSIX
# Check for programs
AC_PROG_CC
AC_STDC_HEADERS
AM_PROG_CC_STDC
AC_HEADER_STDC
AM_PROG_CC_C_O
AC_PROG_SED
AM_PROG_LIBTOOL
# Initialize libtool
LT_PREREQ([2.2])
LT_INIT
AC_PROG_SED
################################################################################
# i18n
################################################################################
IT_PROG_INTLTOOL([0.
35
.0])
IT_PROG_INTLTOOL([0.
40
.0])
GETTEXT_PACKAGE=vte-$VTE_API_VERSION
AC_SUBST(GETTEXT_PACKAGE)
...
...
@@ -273,8 +278,6 @@ AC_SUBST([VTE_LDFLAGS])
################################################################################
GNOME_COMMON_INIT
# Disable deprecations and single includes
# We don't use GNOME_MAINTAINER_MODE_DEFINES here since it's too much and
# it also defines VTE's own defines.
...
...
@@ -469,7 +472,7 @@ if sys.version_info < minver:
sys.exit(1)
sys.exit(0)
"
if $PYTHON -c "$prog" 1>&A
C_FD_CC 2>&AC_FD_CC
if $PYTHON -c "$prog" 1>&A
S_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
then
AC_MSG_RESULT([okay])
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment