Diff of /trunk/configure.in

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

revision 305 by harbaum, Wed Oct 7 14:17:52 2009 UTC revision 308 by harbaum, Wed Oct 14 07:25:55 2009 UTC
# Line 166  XB-Maemo-Icon-26: Line 166  XB-Maemo-Icon-26:
166    # and add a space before each line    # and add a space before each line
167    ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"    ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"
168    
169      # the data root dir is /opt on fremantle
170      if [[ "$MAJOR" == "5" ]]; then
171        datarootdir=/opt
172      fi
173  ], [  ], [
174    AC_MSG_RESULT(no)    AC_MSG_RESULT(no)
175    

Legend:
Removed from v.305  
changed lines
  Added in v.308