Преглед изворни кода

use -c to automake to copy the new files

Daniel Stenberg пре 19 година
родитељ
комит
8107b90678
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      buildconf

+ 1 - 1
buildconf

@@ -209,7 +209,7 @@ ${LIBTOOLIZE:-libtoolize} --copy --automake --force || die "The libtool command
 fi
 
 echo "buildconf: running automake"
-${AUTOMAKE:-automake} -a  || die "The automake command failed"
+${AUTOMAKE:-automake} -a -c  || die "The automake command failed"
 
 echo "buildconf: OK"
 exit 0