std-autogen: add comment explaining purpose
authorMarko Kreen <markokr@gmail.com>
Tue, 20 Dec 2011 15:45:24 +0000 (17:45 +0200)
committerMarko Kreen <markokr@gmail.com>
Tue, 20 Dec 2011 15:46:01 +0000 (17:46 +0200)
mk/std-autogen.sh

index f69c5eb022f49f1b647b45815adec2fae1cbc3bd..a7bf045bae602cd5723a32ecdee38e064a950b14 100755 (executable)
@@ -1,5 +1,11 @@
 #! /bin/sh
 
+# autogen for non-automake trees
+#
+# - it installs files: config.sub, config.guess, install-sh
+# - it installs ltmain.sh, if LT_INIT or *LIBTOOL macro is used
+#
+
 USUAL_DIR="$1"
 test -n "${USUAL_DIR}" || USUAL_DIR="."