head 1.2; access; symbols ISELECT_1_4_0:1.2 ISELECT_1_3_1:1.2 ISELECT_1_3_0:1.2; locks; strict; comment @# @; 1.2 date 2004.09.11.15.18.48; author rse; state Exp; branches; next 1.1; 1.1 date 2000.07.25.11.45.12; author rse; state Exp; branches; next ; desc @@ 1.2 log @modernize source tree @ text @#!/bin/sh CC=cc \ sh ./configure \ --prefix=/tmp/iselect \ --with-incdir=/usr/opkg/include \ --with-libdir=/usr/opkg/lib \ "$@@" @ 1.1 log @Add configure helper @ text @d2 6 a7 7 CC=cc export CC exec ./configure \ --prefix=/sw/pkg/iselect \ --with-incdir=/sw/pkg/ncurses/include \ --with-libdir=/sw/pkg/ncurses/lib \ "$@@" @