X-Git-Url: http://git.onelab.eu/?p=iproute2.git;a=blobdiff_plain;f=configure;fp=configure;h=0000000000000000000000000000000000000000;hp=dc14e547ba497ef006cf0bf54ceebb8a100cfe51;hb=3331a68859fd71047bb1f309048960b48eab2d83;hpb=2bd4a72f2100be7ad7d9518cb1d49bb2a5b71994 diff --git a/configure b/configure deleted file mode 100755 index dc14e54..0000000 --- a/configure +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/bash -# This is not an autconf generated configure -# -INCLUDE=${1:-"$PWD/include"} - -echo "# Generated config based on" $INCLUDE >Config - -echo "TC schedulers" - -echo -n " ATM " -cat >/tmp/atmtest.c < -int main(int argc, char **argv) { - struct atm_qos qos; - (void) text2qos("aal5,ubr:sdu=9180,rx:none",&qos,0); - return 0; -} -EOF -gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1 -if [ $? -eq 0 ] -then - echo "TC_CONFIG_ATM:=y" >>Config - echo yes -else - echo no -fi -rm -f /tmp/atmtest.c /tmp/atmtest