|
@ -213,7 +213,7 @@ function eval_config_command() { |
|
|
ln -sf /usr/share/automake/$x . |
|
|
ln -sf /usr/share/automake/$x . |
|
|
fi |
|
|
fi |
|
|
done |
|
|
done |
|
|
if [ $autogen -eq 1 -a -f configure.in ] ; then |
|
|
|
|
|
|
|
|
if [ $autogen -eq 1 -a \( -f configure.in -o -f configure.ac \) ] ; then |
|
|
if [ -f configure.orig ] ; then |
|
|
if [ -f configure.orig ] ; then |
|
|
echo "Found configure.orig. Not" \ |
|
|
echo "Found configure.orig. Not" \ |
|
|
"running autogen script." |
|
|
"running autogen script." |
|
@ -223,7 +223,7 @@ function eval_config_command() { |
|
|
else |
|
|
else |
|
|
echo "Running builtin autogen script." |
|
|
echo "Running builtin autogen script." |
|
|
libtoolize --force --automake ; aclocal |
|
|
libtoolize --force --automake ; aclocal |
|
|
if grep AM_INIT_AUTOMAKE configure.in |
|
|
|
|
|
|
|
|
if grep AM_INIT_AUTOMAKE configure.[ia][nc] |
|
|
then automake ; fi |
|
|
then automake ; fi |
|
|
autoconf |
|
|
autoconf |
|
|
fi |
|
|
fi |
|
|