~nhandler/ubuntu/lucid/am-utils/merge-from-squeeze

« back to all changes in this revision

Viewing changes to m4/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Tim Cutts
  • Date: 2006-11-27 20:37:54 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061127203754-i1b3qshs0pfk05pf
Tags: 6.1.5-3
* Moved amq-check-wrap check from config back to postinst (Closes: #400229).
* Fixed an error in the postrm script

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
# maintainer rules to update autoconf/automake/libtool files distributed with
94
94
# am-utils. -Erez.
95
95
 
96
 
P1s=/usr/local/gnu/share/automake
97
 
P2s=/usr/local/gnu/share/libtool
 
96
P1s=/usr/share/automake
 
97
P2s=/usr/share/libtool
98
98
P1=/usr/local/gnu/lib/automake
99
99
P2=/usr/local/gnu/lib/libtool
100
100
P3=/misc/mirror/gnu/prep/config
101
 
P4=/misc/mirror/gnu/prep
 
101
P4=/misc/mirror/gnu/prep/GNUinfo
102
102
ICMD=./m4/copy-if-newbig
103
103
CPCMD=cp -p
104
104
 
114
114
#       missing         \
115
115
#       mkinstalldirs   \
116
116
 
117
 
config.guess:: $(P1s)/config.guess
 
117
config.guess:: $(P1s)*/config.guess
118
118
        $(ICMD) $? $@
119
119
config.guess:: $(P2s)/config.guess
120
120
        $(ICMD) $? $@
121
121
config.guess:: $(P3)/config.guess
122
122
        $(ICMD) $? $@
123
123
 
124
 
config.sub:: $(P1s)/config.sub
 
124
config.sub:: $(P1s)*/config.sub
125
125
        $(ICMD) $? $@
126
126
config.sub:: $(P2s)/config.sub
127
127
        $(ICMD) $? $@