]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Log args and ignore --disable-silent-rules
authorRoy Marples <roy@marples.name>
Fri, 7 Mar 2014 13:35:10 +0000 (13:35 +0000)
committerRoy Marples <roy@marples.name>
Fri, 7 Mar 2014 13:35:10 +0000 (13:35 +0000)
configure

index 57258b30d0bcba94a577ad631418f26989eb010f..78b5d23a0c1021cddc54c87d285eadce9e3c71ba 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,8 @@
 #!/bin/sh
 # Try and be like autotools configure, but without autotools
 
+echo "configure args: $*"
+
 # Ensure that we do not inherit these from env
 HOOKSET=false
 INET=
@@ -72,6 +74,7 @@ for x do
        --includedir) eval INCLUDEDIR="$INCLUDEDIR${INCLUDEDIR:+ }$var";;
        --datadir|--infodir) ;; # ignore autotools
        --disable-maintainer-mode|--disable-dependency-tracking) ;;
+       --disable-silent-rules) ;;
        -V|--version)
                v=$(sed -ne 's/.*VERSION[[:space:]]*"\([^"]*\).*/\1/p' defs.h);
                c=$(sed -ne 's/^.*copyright\[\] = "\([^"]*\).*/\1/p' dhcpcd.c);