Code

unlibtoolize the build process (yay!) -- we haven't actually used libtool for ages
authormental <mental@users.sourceforge.net>
Tue, 25 Jul 2006 18:47:23 +0000 (18:47 +0000)
committermental <mental@users.sourceforge.net>
Tue, 25 Jul 2006 18:47:23 +0000 (18:47 +0000)
ChangeLog
autogen.sh
configure.ac
debian/control
tools-version.sh

index e741b9e7668ff9b5b29c14d25625ad8d087c13b0..45dce9f09e85df7c3a6e08c61b845e02ab53d63b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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,
index 5754c4220b183f281fe68e54838de1611307d920..2309d7795f91c9498773e776bc7915ad96be6269 100755 (executable)
@@ -58,7 +58,7 @@ attempt_command () {
 }
 
 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
@@ -187,7 +187,6 @@ attempt_command 'underquoted definition of|[\)\#]Extending' \
        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|$)' \
index 0f2320c4cd807d40eb95f24069a80e125da8dae4..37dddfff880c49ffd2299ceeddec3f544d2c446d 100644 (file)
@@ -48,9 +48,7 @@ AC_HEADER_STDC
 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
index 3b434542d6f57e3996b90269f60581695bcb375d..852e02d7d75f6859d8144abcc2343a7740c70217 100644 (file)
@@ -2,7 +2,7 @@ Source: inkscape
 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
index b3a960936aae7bb8643dd2505482a1f59920538d..0dfea20115e2453a18a40d84d19ed3eb61f1fff6 100755 (executable)
@@ -5,7 +5,7 @@
 # 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`