/[gcl]/gcl/debian/rules
ViewVC logotype

Diff of /gcl/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by camm, Tue Feb 19 19:21:20 2002 UTC revision 1.5 by camm, Thu May 23 05:35:31 2002 UTC
# Line 11  Line 11 
11    
12  # This is the debhelper compatability version to use.  # This is the debhelper compatability version to use.
13  export DH_COMPAT=2  export DH_COMPAT=2
14    ARCHT:=$(shell dpkg --print-architecture)
15    
16  configure: configure-stamp  configure: configure-stamp
17  configure-stamp:  configure-stamp:
18          dh_testdir          dh_testdir
19    
20          if [ configure.in -nt configure ]; then autoconf; fi          if [ configure.in -nt configure ]; then autoconf; fi
21            [ "$(ARCHT)" != "i386" ] || ( cd gmp && ./configure --target=i486 )
22          ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info          ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
23    
24          touch configure-stamp          touch configure-stamp

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26