Giovanni Scafora wrote: > 2009/4/8, Gerardo Exequiel Pozzi <[email protected]>: > >> + sed 's|^AC_C_FIND_ENDIAN_NESS|dnl AC_C_FIND_ENDIAN_NESS|g' -i >> configure.in >> + autoreconf -f -i >> > > Fixed. > Nono, this is wrong. because this is a defined user macro that defines some #defines for vsound.c , and is needed.
The correct is this: cd $srcdir/$pkgname-$pkgver sed 's#86 )#86 | x86_64 )#g' -i acendian.m4 echo "ACLOCAL_AMFLAGS = -I ." >> Makefile.am autoreconf -f -i ./configure --prefix=/usr then x86_64 are recognized in acendian.m4 and incuding in Makefile.am file then aclocal can read it -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
