no message

git-svn-id: file:///home/jj/hercules.svn/trunk@1654 956126f8-22a0-4046-8f4a-272fa8102e63
This commit is contained in:
Fish (David B Trout)
2003-07-12 00:54:22 +00:00
parent 4c7ba468f9
commit a24c3edf22

View File

@@ -23,7 +23,7 @@ if test ! -e autoconf/ltmain.sh; then
# and has a different program named libtool. We want the GNU version
# here.
if test -e "`which glibtool`"; then
if test -e "which glibtool"; then
glibtoolize --copy --force --ltdl >> ./autogen.log 2>&1
else
libtoolize --copy --force --ltdl >> ./autogen.log 2>&1
@@ -46,6 +46,7 @@ fi
if test ! -e ./ABOUT-NLS; then
echo ""
echo " Due to a bug(?) in the automake process, if this script"
echo " appears to 'hang', simply press the enter key. In fact,"
echo " you may do that right now if you wish; it's not going to"
@@ -55,8 +56,7 @@ if test ! -e ./ABOUT-NLS; then
echo -e "gettextizing..."
gettextize --copy --force --intl --no-changelog >> ./autogen.log 2>&1
echo -e "\a"
echo "In spite of the confirmation required from you,"
echo -e "\aIn spite of the confirmation required from you,"
echo "you do NOT have to run the indicated program(s),"
echo "as we will automagically run them for you now..."
echo ""