From f1d458b9d75b70261d042fb3d7e2cef43f73f6f1 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 21 Mar 2003 14:15:18 +0000 Subject: [PATCH] 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 --- config/ChangeLog | 10 +++++++++- config/configure.ac | 5 ++--- config/configure.in | 4 ++-- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index fe0907fa1d..722f2ddc41 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,6 +1,14 @@ +2003-03-20 Kayvan Sylvan + + * 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 - * 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 diff --git a/config/configure.ac b/config/configure.ac index 582144332a..9013b53a8a 100644 --- a/config/configure.ac +++ b/config/configure.ac @@ -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 diff --git a/config/configure.in b/config/configure.in index 6a332b20c9..a86afef443 100644 --- a/config/configure.in +++ b/config/configure.in @@ -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) -- 2.39.2