diff options
author | enge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4> | 2009-02-21 11:22:56 +0000 |
---|---|---|
committer | enge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4> | 2009-02-21 11:22:56 +0000 |
commit | 8619df0c981a372d91a02b54e0a71d2029dc945a (patch) | |
tree | d5725049e5f3077be19fa27ccb9f25a2f8b607ca /tools/pipol/rc.i386-linux-debian-etch | |
parent | a59ccb2397fd01c15a27db549bc46ab4519e34b8 (diff) | |
download | mpc-8619df0c981a372d91a02b54e0a71d2029dc945a.tar.gz |
moved content of trunk/tools to misc
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@423 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'tools/pipol/rc.i386-linux-debian-etch')
-rwxr-xr-x | tools/pipol/rc.i386-linux-debian-etch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/pipol/rc.i386-linux-debian-etch b/tools/pipol/rc.i386-linux-debian-etch deleted file mode 100755 index b3f2bc6..0000000 --- a/tools/pipol/rc.i386-linux-debian-etch +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# AUTOMAKE 1.10.1 is in version 'Lenny' -cat >>/etc/apt/sources.list <<EOF - -deb http://ftp.fr.debian.org/debian/ testing main -deb http://security.debian.org/ testing/updates main -EOF - -cat >>/etc/apt/apt.conf.d/100MpfrChanges <<EOF -APT::Cache-Limit 141943904; -APT::Default-Release "stable"; -EOF - -apt-get -qq update -apt-get -qq -u dist-upgrade - -apt-get -qq install bzip2 <&- -apt-get -qq install autoconf <&- -apt-get -qq install -t testing automake <&- -apt-get -qq install libtool <&- -apt-get -qq install libgmp3-dev <&- - -# mpc needs it -apt-get -qq install libmpfr-dev <&- - |