Просмотр исходного кода

use -c to automake to copy the new files

Daniel Stenberg 19 лет назад
Родитель
Сommit
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