equal
deleted
inserted
replaced
76 # Used for C compiler test/detection |
76 # Used for C compiler test/detection |
77 CFLAGS= |
77 CFLAGS= |
78 test=conftest |
78 test=conftest |
79 rm -f $test $test.c |
79 rm -f $test $test.c |
80 |
80 |
81 if [ "$XENO_CONFIG" == "" ]; then |
81 if [ "$XENO_CONFIG" = "" ]; then |
82 XENO_CONFIG=/usr/xenomai/bin/xeno-config |
82 XENO_CONFIG=/usr/xenomai/bin/xeno-config |
83 fi |
83 fi |
84 |
84 |
85 ########################################################################### |
85 ########################################################################### |
86 # ARGUMENTS PARSING # |
86 # ARGUMENTS PARSING # |