mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Don't use the deprecated form of AC_INIT.
Fill in the project name and email address instead.
Michael
(This used to be commit c2b0c2f2af
)
This commit is contained in:
parent
a4436154b8
commit
0e5344b53b
@ -2,7 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
|
|
||||||
dnl We must use autotools 2.53 or above
|
dnl We must use autotools 2.53 or above
|
||||||
AC_PREREQ(2.53)
|
AC_PREREQ(2.53)
|
||||||
AC_INIT(include/includes.h)
|
|
||||||
|
AC_INIT([Samba],[3],[samba-technical@samba.org])
|
||||||
|
|
||||||
|
AC_CONFIG_SRCDIR([include/includes.h])
|
||||||
AC_CONFIG_HEADER(include/config.h)
|
AC_CONFIG_HEADER(include/config.h)
|
||||||
AC_DEFINE(CONFIG_H_IS_FROM_SAMBA,1,[Marker for samba's config.h])
|
AC_DEFINE(CONFIG_H_IS_FROM_SAMBA,1,[Marker for samba's config.h])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user