Forráskód Böngészése

use -c to automake to copy the new files

Daniel Stenberg 19 éve
szülő
commit
8107b90678
1 módosított fájl, 1 hozzáadás és 1 törlés
  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