Ver código fonte

Add success message to autogen.sh

Stéphane Raimbault 12 anos atrás
pai
commit
04cf79da6e
1 arquivos alterados com 8 adições e 1 exclusões
  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