From: Jean-Marc Lasgouttes Date: Wed, 23 May 2007 13:03:09 +0000 (+0000) Subject: reorder list of makefiles X-Git-Tag: 1.6.10~9656 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4ef33baee95accfcfe3c590db80593806d2c9612;p=features.git reorder list of makefiles git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18475 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/configure.ac b/configure.ac index 741d5b9f84..4a26576b61 100644 --- a/configure.ac +++ b/configure.ac @@ -391,7 +391,7 @@ int mkstemp(char*); ]) ### Finish the work. -AC_CONFIG_FILES([Makefile m4/Makefile \ +AC_CONFIG_FILES([Makefile boost/Makefile \ boost/libs/Makefile \ boost/libs/filesystem/Makefile \ @@ -407,11 +407,12 @@ AC_CONFIG_FILES([Makefile m4/Makefile \ development/MacOSX/Makefile \ development/MacOSX/spotlight/Makefile \ development/lyx.spec \ + intl/Makefile \ lib/Makefile \ lib/doc/Makefile \ lib/lyx2lyx/lyx2lyx_version.py \ lib/lyx2lyx/Makefile \ - intl/Makefile \ + m4/Makefile \ po/Makefile.in \ sourcedoc/Doxyfile \ sourcedoc/Makefile \