Subversion Repositories wimsdev

Rev

Rev 13454 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13454 Rev 15781
Line 1... Line 1...
1
# Process this file with autoconf to produce a configure script.
1
# Process this file with autoconf to produce a configure script.
2
 
2
 
3
AC_INIT(WIMS, esyscmd(awk 'ORS=""; {print $0}' ../version), wimsdev@cru.fr)
3
AC_INIT(WIMS, esyscmd(awk 'ORS=""; {print $0}' ../version), wimsdev@groupes.renater.fr)
4
AC_CONFIG_SRCDIR([wims.c])
4
AC_CONFIG_SRCDIR([wims.c])
5
AC_CONFIG_HEADER([config.h:config.hin])
5
AC_CONFIG_HEADER([config.h:config.hin])
6
 
6
 
7
AC_DEFUN([WIMS_NEED], [
7
AC_DEFUN([WIMS_NEED], [
8
  AC_PATH_PROG($1,$2)
8
  AC_PATH_PROG($1,$2)