diff -ruN capstats-0.21-orig/configure capstats-0.21/configure --- capstats-0.21-orig/configure 2014-05-19 21:24:50.000000000 +0000 +++ capstats-0.21/configure 2014-12-26 14:23:38.436081352 +0000 @@ -65,6 +65,43 @@ echo "${usage}" 1>&2 exit 1 ;; + --build=*) + ;; + --host=*) + ;; + --program-prefix=*) + ;; + --disable-dependency-tracking) + ;; + --exec-prefix=*) + ;; + --bindir=*) + ;; + --sbindir=*) + ;; + --sysconfdir=*) + ;; + --datadir=*) + ;; + --includedir=*) + ;; + --libdir=*) + ;; + --libexecdir=*) + ;; + --localstatedir=*) + ;; + --sharedstatedir=*) + ;; + --mandir=*) + ;; + --infodir=*) + ;; + --disable-rpath) + append_cache_entry CMAKE_SKIP_RPATH BOOL true + ;; + --without-included-gettext) + ;; --builddir=*) builddir=$optarg ;;