mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
configure.in -> configure.ac rename
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0a6c9e80f7
commit
6d7dfb4607
3 changed files with 3 additions and 3 deletions
|
@ -6,11 +6,11 @@ fi
|
|||
aclocal $alsa_m4_flags $ACLOCAL_FLAGS
|
||||
# save original files to avoid stupid modifications by gettextize
|
||||
cp Makefile.am Makefile.am.ok
|
||||
cp configure.in configure.in.ok
|
||||
cp configure.ac configure.ac.ok
|
||||
gettextize -c -f --no-changelog
|
||||
echo "EXTRA_DIST = gettext.m4" > m4/Makefile.am
|
||||
cp Makefile.am.ok Makefile.am
|
||||
cp configure.in.ok configure.in
|
||||
cp configure.ac.ok configure.ac
|
||||
autoheader
|
||||
automake --foreign --copy --add-missing
|
||||
touch depcomp # for older automake
|
||||
|
|
|
@ -3,7 +3,7 @@ noinst_HEADERS=version.h gettext.h gettext_curses.h
|
|||
version.h: stamp-vh
|
||||
@:
|
||||
|
||||
stamp-vh: $(top_builddir)/configure.in
|
||||
stamp-vh: $(top_builddir)/configure.ac
|
||||
@echo "/*" > ver.tmp
|
||||
@echo " * version.h" >> ver.tmp
|
||||
@echo " */" >> ver.tmp
|
||||
|
|
Loading…
Reference in a new issue