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

* autogen.sh: autohedaer -> autoheader, also added --force to libtoolize

Ben Collins лет назад: 27
Родитель
Сommit
3a41d91177
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      autogen.sh

+ 2 - 2
autogen.sh

@@ -2,9 +2,9 @@
 
 # Start by setting up everything for main tree
 aclocal -I ./automake
-autohedaer
+autoheader
 gettextize
-libtoolize
+libtoolize --force
 automake --add-missing --foreign
 autoconf