Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
72466fe79b
2 changed files with 7 additions and 4 deletions
  1. +5
    -2
      package/clifford/csync2/csync2.desc
  2. +2
    -2
      scripts/functions

+ 5
- 2
package/clifford/csync2/csync2.desc

@ -36,8 +36,11 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 1.7
[V] 1.14
[P] X -----5---9 209.200 [P] X -----5---9 209.200
[D] 953731508 csync2-1.7.tar.gz http://oss.linbit.com/csync2/
[D] 1821558868 csync2-1.14.tar.gz http://oss.linbit.com/csync2/
# Needed because otherwise Makefile want's to re-run aclocal-1.6..
[CONF] autogen=1

+ 2
- 2
scripts/functions

@ -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

Loading…
Cancel
Save