2
0
Эх сурвалжийг харах

use -c to automake to copy the new files

Daniel Stenberg 19 жил өмнө
parent
commit
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
 fi
 
 
 echo "buildconf: running automake"
 echo "buildconf: running automake"
-${AUTOMAKE:-automake} -a  || die "The automake command failed"
+${AUTOMAKE:-automake} -a -c  || die "The automake command failed"
 
 
 echo "buildconf: OK"
 echo "buildconf: OK"
 exit 0
 exit 0