1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-25 12:32:53 +00:00

Modify the version of autoconf to 2.61

This commit is contained in:
plt
2011-05-24 10:51:25 +08:00
parent 219736ddbe
commit f900d4c378

View File

@@ -1,7 +1,7 @@
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67]) AC_PREREQ([2.61])
AC_INIT([libsearpc], [1.0], [freeplant@gmail.com]) AC_INIT([libsearpc], [1.0], [freeplant@gmail.com])
AC_CONFIG_SRCDIR([lib/searpc-server.c]) AC_CONFIG_SRCDIR([lib/searpc-server.c])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])