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
765f1087
Commit
765f1087
authored
Feb 02, 2011
by
Javier Jardón
Browse files
Use the recommended configure.ac instead configure.in
parent
45c73fc2
Changes
2
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
765f1087
...
...
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=.
PKG_NAME
=
"vte"
(
test
-f
$srcdir
/configure.
in
\
(
test
-f
$srcdir
/configure.
ac
\
&&
test
-f
$srcdir
/README
\
&&
test
-d
$srcdir
/src
)
||
{
echo
-n
"**Error**: Directory "
\`
$srcdir
\'
" does not look like the"
...
...
configure.
in
→
configure.
ac
View file @
765f1087
...
...
@@ -284,7 +284,7 @@ dnl [prohibit VTE from using deprecated GLib/Pango/ATK/GDK/GTK
dnl [],[enable_deprecation=$enable_maintainer_mode])
dnl if test "x$enable_deprecation" = xyes; then
dnl AC_MSG_NOTICE([disabling deprecated GLIB/PANGO/GDK/ATK/GTK+ features])
dnl
dnl
dnl AC_DEFINE([ATK_DISABLE_DEPRECATED],[1],[Disable deprecated features])
dnl AC_DEFINE([ATK_DISABLE_SINGLE_INCLUDES],[1],[Disable single includes])
dnl AC_DEFINE([G_DISABLE_DEPRECATED],[1],[Disable deprecated features])
...
...
@@ -550,7 +550,7 @@ if test "$enable_glade_catalogue" = "yes"; then
AC_SUBST([GLADE_ICON_DIR])
AC_SUBST([GLADE_MODULE_DIR])
fi
AM_CONDITIONAL([ENABLE_GLADE_CATALOGUE],[test "$enable_glade_catalogue" = "yes"])
# *************
...
...
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