2 Use values exported from $(TOPDIR)/rules.mk for determining
3 the target system instead of the host configuration
5 Index: ppp-2.4.3/configure
6 ===================================================================
7 --- ppp-2.4.3.orig/configure 2007-06-04 13:22:08.549555552 +0200
8 +++ ppp-2.4.3/configure 2007-06-04 13:22:08.618545064 +0200
10 # if [ -d /NextApps ]; then
16 + system=${UNAME_S:-`uname -s`}
17 + release=${UNAME_R:-`uname -r`}
18 + arch=${UNAME_M:-`uname -m`}