summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d50dfab)
raw | patch | inline | side by side (parent: d50dfab)
author | mental <mental@users.sourceforge.net> | |
Tue, 25 Jul 2006 18:47:23 +0000 (18:47 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Tue, 25 Jul 2006 18:47:23 +0000 (18:47 +0000) |
ChangeLog | patch | blob | history | |
autogen.sh | patch | blob | history | |
configure.ac | patch | blob | history | |
debian/control | patch | blob | history | |
tools-version.sh | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index e741b9e7668ff9b5b29c14d25625ad8d087c13b0..45dce9f09e85df7c3a6e08c61b845e02ab53d63b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-07-25 MenTaLguY <mental@rydia.net>
+
+ * autogen.sh, configure.ac, debian/control, tools-version.sh:
+
+ un-libtoolize the build process (yay!) -- we haven't actually
+ used libtool for ages
+
2006-07-25 MenTaLguY <mental@rydia.net>
* src/extension/plugin, src/extension/plugin/Makefile_insert,
diff --git a/autogen.sh b/autogen.sh
index 5754c4220b183f281fe68e54838de1611307d920..2309d7795f91c9498773e776bc7915ad96be6269 100755 (executable)
--- a/autogen.sh
+++ b/autogen.sh
}
echo
-echo "I am testing that you have the required versions of libtool, autoconf,"
+echo "I am testing that you have the required versions of autoconf,"
echo "automake, glib-gettextize and intltoolize. This test is not foolproof and"
echo "if anything goes wrong, there may be guidance in the file HACKING.txt"
echo
attempt_command '' autoheader
}
-attempt_command '' libtoolize --copy --force
attempt_command '' $AUTOMAKE --add-missing
attempt_command '' autoconf
attempt_command '^(Please add the files| codeset| progtest|from the|or directly|You will also|ftp://ftp.gnu.org|$)' \
diff --git a/configure.ac b/configure.ac
index 0f2320c4cd807d40eb95f24069a80e125da8dae4..37dddfff880c49ffd2299ceeddec3f544d2c446d 100644 (file)
--- a/configure.ac
+++ b/configure.ac
dnl Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
-dnl RANLIB is outdated now
-dnl AC_PROG_RANLIB
-AM_PROG_LIBTOOL
+AC_PROG_RANLIB
dnl Verify our GCC version
if test "x$GXX" = "xyes"; then
diff --git a/debian/control b/debian/control
index 3b434542d6f57e3996b90269f60581695bcb375d..852e02d7d75f6859d8144abcc2343a7740c70217 100644 (file)
--- a/debian/control
+++ b/debian/control
Section: graphics
Priority: optional
Maintainer: Nathan Hurst (njh) <njh@mail.csse.monash.edu.au>
-Build-Depends: debhelper (>= 4.0.0), intltool, libart-2.0-dev (>= 2.3.10), libgc-dev (>= 1:6.5-1), libglib2.0-dev, libgnomevfs2-dev, libgtk2.0-dev (>= 2.0.6-1), libglibmm-2.4-dev (>> 2.6.1-1), libgtkmm-2.4-dev (>> 2.4.11-2), libgtkspell-dev (>= 2.0.10-3), libpango1.0-dev, libpng12-dev, libpopt-dev, libsigc++-2.0-dev (>= 2.0.10-3), libtool, libxml-parser-perl, libxml2-dev (>= 2.6.0), libxslt1-dev, pkg-config, zlib1g-dev, liblcms1-dev
+Build-Depends: debhelper (>= 4.0.0), intltool, libart-2.0-dev (>= 2.3.10), libgc-dev (>= 1:6.5-1), libglib2.0-dev, libgnomevfs2-dev, libgtk2.0-dev (>= 2.0.6-1), libglibmm-2.4-dev (>> 2.6.1-1), libgtkmm-2.4-dev (>> 2.4.11-2), libgtkspell-dev (>= 2.0.10-3), libpango1.0-dev, libpng12-dev, libpopt-dev, libsigc++-2.0-dev (>= 2.0.10-3), libxml-parser-perl, libxml2-dev (>= 2.6.0), libxslt1-dev, pkg-config, zlib1g-dev, liblcms1-dev
Standards-Version: 3.6.1
Package: inkscape
diff --git a/tools-version.sh b/tools-version.sh
index b3a960936aae7bb8643dd2505482a1f59920538d..0dfea20115e2453a18a40d84d19ed3eb61f1fff6 100755 (executable)
--- a/tools-version.sh
+++ b/tools-version.sh
# distro web page: http://distro.pipfield.ca/
# Please add a tool you want to check
-TOOLS="m4 autoconf autoheader automake automake-1.7 automake-1.8 automake-1.9 aclocal aclocal-1.7 aclocal-1.8 aclocal-1.9 intltoolize gettextize libtoolize "
+TOOLS="m4 autoconf autoheader automake automake-1.7 automake-1.8 automake-1.9 aclocal aclocal-1.7 aclocal-1.8 aclocal-1.9 intltoolize gettextize "
ENVPATTERN='PATH\|FLAGS\|LANG'
srcdir=`dirname $0`