]> git.lyx.org Git - lyx.git/commitdiff
remove deleted file cygwin.m4
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 12 May 2006 15:57:05 +0000 (15:57 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Fri, 12 May 2006 15:57:05 +0000 (15:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13842 a592a061-630c-0410-9148-cb99ea01b6c8

autogen.sh

index fa2b829675c9269cfeec5fe9dfd99232929a804d..2e545dd935a06d4e4f356e6a208e7dbf1d5dc018 100755 (executable)
@@ -4,7 +4,7 @@ ACLOCAL="aclocal -I ${PWD}/m4"
 AUTOHEADER="autoheader"
 AUTOMAKE="automake --add-missing --copy --foreign"
 AUTOCONF="autoconf"
-ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 xforms.m4 qt.m4 gtk--.m4 gnome--.m4 gnome.m4 spell.m4 cygwin.m4 pkg.m4"
+ACINCLUDE_FILES="lyxinclude.m4 libtool.m4 xforms.m4 qt.m4 gtk--.m4 gnome--.m4 gnome.m4 spell.m4 pkg.m4"
 
 # Discover what version of automake we are using.
 automake_version=`$AUTOMAKE --version 2>/dev/null | head -n 1`