summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-utils/PRE_BUILD
blob: 13b65aecc63b5734aed30981e7d04305e9189561 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if [[ $ALSA_UTILS_BRANCH == scm ]]; then
  aclocal -I m4 &&
  cp Makefile.am Makefile.am.ok &&
  cp configure.ac configure.ac.ok &&
  gettextize -f --no-changelog &&
  echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am &&
  cp Makefile.am.ok Makefile.am &&
  cp configure.ac.ok configure.ac &&
  autoheader &&
  automake --foreign --copy --add-missing &&
  autoconf
fi