mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-08 12:02:28 +01:00
Added unset ACLOCAL to bootstrap to avoid issue that ACLOCAL has been previously set to incompatible value.
This commit is contained in:
parent
41a2cd3e6b
commit
dad1d566c4
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
unset ACLOCAL
|
||||
|
||||
if [ "$1" = "--clean" ]
|
||||
then
|
||||
if [ -a Makefile ]
|
||||
@ -14,9 +16,6 @@ then
|
||||
|
||||
rm -rf configure libtool aclocal.m4 `find . -name Makefile.in` autom4te*.cache config/config.guess config/config.h.in config/config.sub config/depcomp config/install-sh config/ltmain.sh config/missing config/mkinstalldirs config/stamp-h config/stamp-h.in
|
||||
|
||||
#gettextie files
|
||||
#rm -f ABOUT-NLS config/config.rpath config/m4/codeset.m4 config/m4/gettext.m4 config/m4/glibc21.m4 config/m4/iconv.m4 config/m4/intdiv0.m4 config/m4/inttypes-pri.m4 config/m4/inttypes.m4 config/m4/inttypes_h.m4 config/m4/isc-posix.m4 config/m4/lcmessage.m4 config/m4/lib-ld.m4 config/m4/lib-link.m4 config/m4/lib-prefix.m4 config/m4/progtest.m4 config/m4/stdint_h.m4 config/m4/uintmax_t.m4 config/m4/ulonglong.m4 po/Makefile.in.in po/Rules-quot po/boldquot.sed po/en@boldquot.header po/en@quot.header po/insert-header.sin po/quot.sed po/remove-potcdate.sin
|
||||
|
||||
else
|
||||
export AUTOMAKE="automake --add-missing --foreign --copy"
|
||||
autoreconf -fisv && rm -f `find . -name "*~"` && rm -f ChangeLog
|
||||
|
Loading…
Reference in New Issue
Block a user