projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79482a4
)
std-autogen: add comment explaining purpose
author
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 15:45:24 +0000
(17:45 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Tue, 20 Dec 2011 15:46:01 +0000
(17:46 +0200)
mk/std-autogen.sh
patch
|
blob
|
blame
|
history
diff --git
a/mk/std-autogen.sh
b/mk/std-autogen.sh
index f69c5eb022f49f1b647b45815adec2fae1cbc3bd..a7bf045bae602cd5723a32ecdee38e064a950b14 100755
(executable)
--- a/
mk/std-autogen.sh
+++ b/
mk/std-autogen.sh
@@
-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="."