diff options
| author | Roy Marples <roy@marples.name> | 2014-03-07 13:35:10 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-03-07 13:35:10 +0000 |
| commit | ec9a2de0965fd7aa2907e98e98bf36f9b99a1723 (patch) | |
| tree | 7806e337590a5e50c17962ad44956c0f9e245f60 /configure | |
| parent | 4f422dd3bcd2c8b345084cca6cd29a8876b258cc (diff) | |
| download | dhcpcd-ec9a2de0965fd7aa2907e98e98bf36f9b99a1723.tar.xz | |
Log args and ignore --disable-silent-rules
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |
