"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "configure.ac" between
gdcalc-2.20.tar.gz and gdcalc-3.0.tar.gz

About: gdcalc is a financial, statistics, scientific and programmers calculator (using GTK+).

configure.ac  (gdcalc-2.20):configure.ac  (gdcalc-3.0)
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl Note that 'make rpm' depends on having no '-' in the version: dnl Note that 'make rpm' depends on having no '-' in the version:
AC_INIT([gdcalc], [2.20]) AC_INIT([gdcalc], [3.0])
AC_CONFIG_AUX_DIR([.]) AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_PREFIX_DEFAULT(/usr) AC_PREFIX_DEFAULT(/usr)
dnl Pick up the Gnome macros.
dnl AM_ACLOCAL_INCLUDE(macros)
AC_ISC_POSIX AC_ISC_POSIX
AC_PROG_CC AC_PROG_CC
AM_PROG_CC_STDC AM_PROG_CC_STDC
AC_HEADER_STDC AC_HEADER_STDC
AC_PROG_YACC AC_PROG_YACC
dnl Add the languages which your application supports here. dnl Add the languages which your application supports here.
dnl ALL_LINGUAS="" dnl ALL_LINGUAS=""
pkg_modules="libgnomeui-2.0" AM_PATH_GTK_3_0()
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_CFLAGS)
AC_SUBST(PACKAGE_LIBS) AC_SUBST(PACKAGE_LIBS)
PKG_CHECK_MODULES([GTK3], [gtk+-3.0])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
src/Makefile src/Makefile
gdcalc.spec gdcalc.spec
]) ])
AC_OUTPUT AC_OUTPUT
 End of changes. 4 change blocks. 
5 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)