Bläddra i källkod

Add success message to autogen.sh

Stéphane Raimbault 12 år sedan
förälder
incheckning
04cf79da6e
1 ändrade filer med 8 tillägg och 1 borttagningar
  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