]> git.proxmox.com Git - mirror_smartmontools-debian.git/blobdiff - autogen.sh
New upstream version 6.6
[mirror_smartmontools-debian.git] / autogen.sh
index f73610bf706599e327d348812090df5e1cf8a3fe..db212b852c069999ad0f863db6c4d6ea1d241ea0 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: autogen.sh 4115 2015-07-15 20:52:26Z chrfranke $
+# $Id: autogen.sh 4434 2017-09-14 18:05:12Z samm2 $
 #
 # Generate ./configure from configure.ac and Makefile.in from Makefile.am.
 # This also adds files like missing,depcomp,install-sh to the source
@@ -60,7 +60,7 @@ case "$ver" in
     # OK
     ;;
 
-  1.14|1.14.1|1.15)
+  1.14|1.14.1|1.15|1.15.1)
     # TODO: Enable 'subdir-objects' in configure.ac
     # For now, suppress 'subdir-objects' forward-incompatibility warning
     test -n "$warnings" || amwarnings="--warnings=no-unsupported"