~ubuntu-branches/ubuntu/saucy/cpufreqd/saucy-updates

« back to all changes in this revision

Viewing changes to prepare.sh

  • Committer: Bazaar Package Importer
  • Author(s): Mattia Dongili
  • Date: 2006-12-17 17:13:57 UTC
  • mfrom: (3.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061217171357-atrpxy6jqdq846jm
Tags: 2.2.1-2
Provide a more conservative config files, users owning non ondemand
capable CPU have complained. (Closes: #400580)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#!/bin/bash
 
3
WANT_AUTOMAKE="1.8" aclocal && libtoolize -c -f && \
 
4
aclocal && autoconf && automake -a -c --foreign \
 
5
&& chmod +x ltmain.sh
 
6
#&& ( \
 
7
#       ENTER_INTO=src
 
8
#       echo "Entering $ENTER_INTO"
 
9
#       cd $ENTER_INTO
 
10
#       WANT_AUTOMAKE="1.8" aclocal && \
 
11
#               autoconf && \
 
12
#               autoheader && \
 
13
#               automake -a -c --foreign
 
14
#       cd ..
 
15
#) && ( \
 
16
#       ENTER_INTO=utils
 
17
#       echo "Entering $ENTER_INTO"
 
18
#       cd $ENTER_INTO
 
19
#       WANT_AUTOMAKE="1.8" aclocal && \
 
20
#               autoconf && \
 
21
#               autoheader && \
 
22
#               automake -a -c --foreign
 
23
#       cd ..
 
24
#) && ( \
 
25
#       ENTER_INTO=manpages
 
26
#       echo "Entering $ENTER_INTO"
 
27
#       cd $ENTER_INTO
 
28
#       WANT_AUTOMAKE="1.8" aclocal && \
 
29
#               autoconf && \
 
30
#               automake -a -c --foreign
 
31
#       cd ..
 
32
#) \
 
33
 
 
34
                #libtoolize -c -f && \