fix generation of RPM spec file for qt frontend

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6554 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-03-21 14:15:18 +00:00
parent 0f59ec1296
commit f1d458b9d7
3 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,14 @@
2003-03-20 Kayvan Sylvan <kayvan@sylvan.com>
* configure.ac:
* configure.in: Move the RPM_FRONTEND_* stuff and eliminate the
value in AC_SUBST. This makes configure work as expected with
autoconf-2.5x
2003-03-12 Kayvan Sylvan <kayvan@sylvan.com>
* configure.ac configure.in: Add the CHECK_WITH_CYGWIN macro call.
* configure.ac:
* configure.in: Add the CHECK_WITH_CYGWIN macro call.
* Makefile.am: add cygwin.m4 to EXTRA_DIST

View File

@ -264,6 +264,8 @@ ${FRONTEND_INFO}\
AC_SUBST(VERSION_INFO)
AC_SUBST(RPM_FRONTEND)
AC_SUBST(RPM_FRONTEND_DEPS)
## Some config.h stuff
@ -371,9 +373,6 @@ AC_CONFIG_FILES([Makefile \
src/frontends/gnome/Makefile \
])
AC_SUBST(RPM_FRONTEND, 'xforms')
AC_SUBST(RPM_FRONTEND_DEPS, 'libforms >= 1.0')
AC_OUTPUT
# show version information
echo

View File

@ -271,8 +271,8 @@ ${FRONTEND_INFO}\
AC_SUBST(VERSION_INFO)
AC_SUBST(RPM_FRONTEND, 'xforms')
AC_SUBST(RPM_FRONTEND_DEPS, 'libforms >= 1.0')
AC_SUBST(RPM_FRONTEND)
AC_SUBST(RPM_FRONTEND_DEPS)
### Finish the work.
AC_CONFIG_SUBDIRS(lib lib/reLyX)