* device/lib/pic16/bootstrap.sh: avoid symlinks
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 13 Apr 2009 13:08:47 +0000 (13:08 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 13 Apr 2009 13:08:47 +0000 (13:08 +0000)
* device/lib/pic16/configure.ac,
  device/lib/pic16/configure.gnu: removed obsolete configure-wrapper

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5433 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/pic16/bootstrap.sh
device/lib/pic16/configure.ac
device/lib/pic16/configure.gnu [deleted file]

index b25e6f00928fbcc7c400bbccd8ec4a524ab6b4bc..1fd2ef9134b6354736573b0ff1c5b05d2c84ff7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-13 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic16/bootstrap.sh: avoid symlinks
+       * device/lib/pic16/configure.ac,
+         device/lib/pic16/configure.gnu: removed obsolete configure-wrapper
+
 2009-04-13 Borut Razem <borut.razem AT siol.net>
 
        * device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
index 18909a1e54b1e0f13dbaa40dee530a31218f6816..5004b5958fd57517fe57178c725dc96ed67ea5c1 100755 (executable)
@@ -3,5 +3,4 @@
 aclocal
 autoheader
 autoconf
-automake -a --foreign
-
+automake -a -c -f --foreign
index 6ce003ec1663a9cd1e698c6a4561214aca1eafe6..cedc3d449eade2e2231c2c1c98bdf976ee063d72 100644 (file)
@@ -1,13 +1,6 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-#
-# The (generated) configure script should be called with
-#     --build=<your-build-system> --target=pic16
-# to force cross-compilation mode; rather use the wrapper
-# ./configure.gnu instead of ./configure directly.
-#
-
 AC_PREREQ(2.61)
 AC_INIT([pic16lib], [0.3], [tecodev AT users sourceforge net])
 AM_INIT_AUTOMAKE
diff --git a/device/lib/pic16/configure.gnu b/device/lib/pic16/configure.gnu
deleted file mode 100755 (executable)
index 7358f64..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-#
-# Wrapper for the configure-script to force cross-compilation mode.
-#
-
-SRCDIR=`dirname "$0"`
-"$SRCDIR/configure" "$@" --build=`"$SRCDIR/config.guess"` --host=pic16
-