summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-03-07 13:35:10 +0000
committerRoy Marples <roy@marples.name>2014-03-07 13:35:10 +0000
commitec9a2de0965fd7aa2907e98e98bf36f9b99a1723 (patch)
tree7806e337590a5e50c17962ad44956c0f9e245f60 /configure
parent4f422dd3bcd2c8b345084cca6cd29a8876b258cc (diff)
downloaddhcpcd-ec9a2de0965fd7aa2907e98e98bf36f9b99a1723.tar.xz
Log args and ignore --disable-silent-rules
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 57258b30..78b5d23a 100755
--- 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);