configure.ac (putty-0.75) | : | configure.ac (putty-0.76) | ||
---|---|---|---|---|
# To compile this into a configure script, you need: | # To compile this into a configure script, you need: | |||
# * Autoconf 2.59c or newer | # * Autoconf 2.59c or newer | |||
# * Gtk (for $prefix/share/aclocal/gtk.m4) | # * Gtk (for $prefix/share/aclocal/gtk.m4) | |||
# * Automake (for aclocal) | # * Automake (for aclocal) | |||
# If you've got them, running "autoreconf" should work. | # If you've got them, running "autoreconf" should work. | |||
# Version number is substituted by Buildscr for releases, snapshots | # Version number is substituted by Buildscr for releases, snapshots | |||
# and custom builds out of svn; X.XX shows up in ad-hoc developer | # and custom builds out of svn; X.XX shows up in ad-hoc developer | |||
# builds, which shouldn't matter | # builds, which shouldn't matter | |||
AC_INIT(putty, 0.75) | AC_INIT(putty, 0.76) | |||
AC_CONFIG_FILES([Makefile]) | AC_CONFIG_FILES([Makefile]) | |||
AC_CONFIG_HEADERS([uxconfig.h:uxconfig.in]) | AC_CONFIG_HEADERS([uxconfig.h:uxconfig.in]) | |||
AM_INIT_AUTOMAKE([-Wall foreign]) | AM_INIT_AUTOMAKE([-Wall foreign]) | |||
AC_PROG_INSTALL | AC_PROG_INSTALL | |||
AC_PROG_RANLIB | AC_PROG_RANLIB | |||
ifdef([AM_PROG_AR],[AM_PROG_AR]) | ifdef([AM_PROG_AR],[AM_PROG_AR]) | |||
AM_PROG_CC_C_O | AM_PROG_CC_C_O | |||
AC_PROG_CC_C99 | AC_PROG_CC_C99 | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |