comparison bootstrap.sh @ 688:ba851baac5a0

Etc.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 07:26:26 +0300
parents 859011fe530b
children 8312acdb7b15
comparison
equal deleted inserted replaced
687:f22bda785ad6 688:ba851baac5a0
64 if test -d "$j"; then 64 if test -d "$j"; then
65 aclocal_opts="$aclocal_opts -I $j" 65 aclocal_opts="$aclocal_opts -I $j"
66 fi 66 fi
67 done 67 done
68 68
69 for i in m4 unix; do
70 if test -d "$i"; then
71 aclocal_opts="$aclocal_opts -I $i"
72 fi
73 done
74
69 # Check if gettext is used 75 # Check if gettext is used
70 for i in configure.ac configure.in; do 76 for i in configure.ac configure.in; do
71 if test -f "$i"; then 77 if test -f "$i"; then
72 k=`grep AM_GNU_GETTEXT $i` 78 k=`grep AM_GNU_GETTEXT $i`
73 fi 79 fi