mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-15 08:56:36 -05:00
Oops, depmod should be depcomp
This commit is contained in:
parent
881b400b10
commit
358d1998b7
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ libtoolize --force --copy --automake
|
|||
aclocal $ACLOCAL_FLAGS
|
||||
autoheader
|
||||
automake --foreign --copy --add-missing
|
||||
touch depmod # seems to be missing for old automake
|
||||
touch depcomp # seems to be missing for old automake
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -W -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue