add xforms.m4 to the distribution

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@5249 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-09-10 13:31:21 +00:00
parent 100e3e15e1
commit 48fb77d342
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-10 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* Makefile.am (EXTRA_DIST): add xforms.m4 to the distribution
2002-06-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* pspell.m4: patch from Garst to help find pspell (bug 428) this

View File

@ -2,4 +2,5 @@ include $(top_srcdir)/config/common.am
EXTRA_DIST = common.am codeset.m4 lyxinclude.m4 libtool.m4 gettext.m4 \
glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 \
sigc++.m4 qt2.m4 gtk--.m4 gnome--.m4 gnome.m4 pspell.m4
sigc++.m4 qt2.m4 gtk--.m4 gnome--.m4 gnome.m4 xforms.m4 \
pspell.m4