瀏覽代碼

Add success message to autogen.sh

Stéphane Raimbault 12 年之前
父節點
當前提交
04cf79da6e
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      autogen.sh

+ 8 - 1
autogen.sh

@@ -1,2 +1,9 @@
 #! /bin/sh
-autoreconf --install --symlink --force || exit 1
+autoreconf --install --symlink --force
+
+
+echo
+echo "------------------------------------------------------"
+echo "Initialized build system. You can now run ./configure "
+echo "------------------------------------------------------"
+echo