ref: 781399219876b627e87cb3a9221bf06ae39e101c
parent: e57c3fb84c9c0bffb099e8b59c49cce8dd78d28a
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sat Jan 24 04:57:11 EST 2004
Remove retoolize script. The retoolize script is no longer needed because reconfigure.mk performs the same function.
--- a/retoolize
+++ /dev/null
@@ -1,25 +1,0 @@
-#!/bin/sh
-
-
-if test `uname` = "Darwin" ; then
- echo "Don't run retoolize on this machine."
- exit
- fi
-
-cp -f ltmain.sh ltmain.sh.temp
-
-libtoolize --copy --force
-
-# mgdiff ltmain.sh ltmain.sh.temp
-# rm -f ltmain.sh.temp
-
-rm -f missing config.guess config.sub
-
-echo "Now running ./reconf"
-./reconf
-
-# Do not edit or modify anything in this comment block.
-# The arch-tag line is a file identity tag for the GNU Arch
-# revision control system.
-#
-# arch-tag: b8bca924-8729-4cb4-bd0c-b7c3deea1524