--- pinball-0.3.1/configure.ac 2010-01-14 17:26:25.000000000 +0100 +++ pinball-0.3.1/configure.ac 2010-01-14 17:26:25.000000000 +0100 @@ -22,14 +22,12 @@ [ --with-cxxflags=CXXFLAGS use CXXFLAGS as compile time arguments.], [CXXFLAGS=$with_cxxflags; export CXXFLAGS]) -AC_CONFIG_SUBDIRS(libltdl) - dnl Checks for programs. AC_PROG_CC AC_PROG_CXX AC_PROG_INSTALL AC_LIBTOOL_DLOPEN -AC_LIBLTDL_CONVENIENCE +LTDL_INIT AC_PROG_LIBTOOL AC_SUBST(INCLTDL) git logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/djvu.scm
AgeCommit message (Expand)Author
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer