git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add some assertions
[enigma2.git]
/
autogen.sh
diff --git
a/autogen.sh
b/autogen.sh
index d646011e9c3eb82957c8ef1d61c7a8691eadb52c..584a74e554df3d69dbd6265690637095df91cc5b 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,6
+1,6
@@
#!/bin/sh
-package="
tuxbox-enigma
"
+package="
enigma2
"
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
@@
-55,8
+55,6
@@
echo " libtoolize --automake"
libtoolize --automake
echo " autoconf"
autoconf
-echo " autoheader"
-autoheader
echo " automake --add-missing"
automake --add-missing