This commit is contained in:
Daniel Stenberg 2002-03-19 07:48:33 +00:00
Родитель eaff1a344e
Коммит 069477d35c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,4 +8,4 @@ die(){
aclocal || die "The command 'aclocal' failed"
autoheader || die "The command 'autoheader' failed"
autoconf || die "The command 'autoconf' failed"
automake || die "The command 'automake $MAKEFILES' failed"
automake -a || die "The command 'automake $MAKEFILES' failed"