Add the m4macros directory to the distfile incase anyone wants to do some

quick development.

Originally committed to SVN as r1906.
This commit is contained in:
Amar Takhar 2008-03-05 17:17:56 +00:00
parent 850a280ef1
commit 93db5bfd96
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = auto3 automation aegisub po
SUBDIRS = aegisub auto3 automation po m4macros
EXTRA_DIST = \
intltool-extract.in \

6
m4macros/Makefile.am Normal file
View File

@ -0,0 +1,6 @@
EXTRA_DIST = \
ac_flag.m4 \
acx_pthread.m4 \
ax_check_gl.m4 \
ax_lang_compiler_ms.m4 \
check_gnu_make.m4