1 dnl Process this file with autoconf to produce a configure script.
2 AC_REVISION($Revision$)
4 test -z "$CFLAGS" && CFLAGS="-g"
5 AC_INIT([Heimdal],[7.99.1],[https://github.com/heimdal/heimdal/issues])
6 AC_CONFIG_SRCDIR([kuser/kinit.c])
7 AC_CONFIG_HEADERS(include/config.h)
8 AC_CONFIG_MACRO_DIR([cf])
10 AM_INIT_AUTOMAKE([foreign 1.11])
14 LT_INIT([shared static win32-dll])
17 dnl Checks for programs.
22 AC_CHECK_PROG(CLANG_FORMAT, clang-format, [clang-format], [no])
23 test "$CLANG_FORMAT" = no && CLANG_FORMAT=true
25 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
27 AC_PREFIX_DEFAULT(/usr/heimdal)
29 test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
30 test "$localstatedir" = '${prefix}/var' && localstatedir='/var/heimdal'
34 AC_SUBST(CANONICAL_HOST)
43 dnl this is needed to run the configure tests against glibc
45 AC_DEFINE([_GNU_SOURCE], 1,
46 [Define to enable extensions on glibc-based systems such as Linux.])
52 dnl this is needed when der-protos.h or der-private.h has to be generated
54 if ! test -f "$srcdir/lib/asn1/der-protos.h" ||
55 ! test -f "$srcdir/lib/asn1/der-private.h"; then
57 AC_KRB_PERL_MOD(Getopt::Std)
58 AC_KRB_PERL_MOD(File::Compare)
64 AS_IF([$LEX --nounput -V > /dev/null 2>&1 && test $? -eq 0],
65 [AC_SUBST([FLEXNOUNPUTARGS], ["--nounput"])],
66 [AC_SUBST([FLEXNOUNPUTARGS], [""])])
73 libdir="$libdir$abilibdirext"
77 AM_CONDITIONAL(ENABLE_SHARED, test "$enable_shared" = "yes")
82 AC_HELP_STRING([--enable-gcov], [enable gcov code coverage tool]))
83 AM_CONDITIONAL([ENABLE_GCOV], [test "x$enable_gcov" = xyes])
87 dnl Helper bits for cross compiling
90 AM_CONDITIONAL(CROSS_COMPILE, test "${cross_compiling}" = yes)
92 AC_ARG_WITH(cross-tools,
93 AS_HELP_STRING([--with-cross-tools=dir], [use cross tools in dir]),
94 [if test "$withval" = "yes"; then
95 AC_MSG_ERROR([Need path to cross tools])
97 with_cross_tools="${with_cross_tools}/"
100 if test "${cross_compiling}" != yes ; then
102 ASN1_COMPILE="\$(top_builddir)/lib/asn1/asn1_compile\$(EXEEXT)"
103 SLC="\$(top_builddir)/lib/sl/slc"
105 ASN1_COMPILE_DEP="\$(ASN1_COMPILE)"
108 ASN1_COMPILE="${with_cross_tools}asn1_compile"
109 SLC="${with_cross_tools}slc"
114 ac_cv_prog_COMPILE_ET=${with_cross_tools}compile_et
118 AX_CHECK_COMPILE_FLAG([-Wno-error=enum-conversion],
119 [WFLAGS_ENUM_CONV=-Wno-error=enum-conversion],
120 [WFLAGS_ENUM_CONV=], [-Werror])
121 AX_CHECK_COMPILE_FLAG([-Wno-unused-but-set-variable],
122 [WFLAGS_UNUSED_BUT_SET_VAR=-Wno-unused-but-set-variable],
123 [WFLAGS_UNUSED_BUT_SET_VAR=], [-Werror])
125 AC_SUBST([WFLAGS_ENUM_CONV])
126 AC_SUBST([ASN1_COMPILE])
127 AC_SUBST([ASN1_COMPILE_DEP])
133 AC_DEFINE(HEIM_WEAK_CRYPTO, 1, [Define if you want support for weak crypto])
135 rk_TEST_PACKAGE(openldap,
138 [-lldap -llber],,,OPENLDAP)
139 AM_CONDITIONAL(OPENLDAP, test "$with_openldap" != "no")
141 AC_ARG_ENABLE(hdb-openldap-module,
142 AS_HELP_STRING([--enable-hdb-openldap-module],
143 [if you want support to build openldap hdb as shared object]))
144 if test "$enable_hdb_openldap_module" = yes -a "$with_openldap" = yes; then
145 AC_DEFINE(OPENLDAP_MODULE, 1, [Define if you want support for hdb ldap module])
147 AM_CONDITIONAL(OPENLDAP_MODULE, test "$enable_hdb_openldap_module" = yes -a "$with_openldap" = yes)
149 AC_ARG_ENABLE(asn1-templating,
150 AS_HELP_STRING([--disable-asn1-templating],
151 [if you want disable to use of the ASN.1 templating compiler]))
152 AM_CONDITIONAL(ASN1_TEMPLATING, test "x$enable_asn1_templating" != xno)
155 dnl Optional modules, pk-init, digest, kx509
158 AC_ARG_ENABLE(pk-init,
159 AS_HELP_STRING([--disable-pk-init],
160 [if you want disable to PK-INIT support]))
161 if test "$enable_pk_init" != no ;then
162 AC_DEFINE([PKINIT], 1, [Define to enable PKINIT.])
164 AM_CONDITIONAL(PKINIT, test "$enable_pk_init" != no)
166 AC_ARG_ENABLE(digest,
167 AS_HELP_STRING([--disable-digest],
168 [if you want disable to DIGEST support]))
169 if test "$enable_digest" != no ;then
170 AC_DEFINE([DIGEST], 1, [Define to enable DIGEST.])
174 AS_HELP_STRING([--disable-kx509],
175 [if you want disable to kx509 support]))
176 if test "$enable_kx509" != no ;then
177 AC_DEFINE([KX509], 1, [Define to enable kx509.])
180 dnl Need to test if pkg-config exists
185 AC_HELP_STRING([--with-capng], [use libcap-ng to drop KDC privileges @<:@default=check@:>@]),
188 if test "$with_capng" != "no"; then
189 PKG_CHECK_MODULES([CAPNG], [libcap-ng >= 0.4.0],
190 [with_capng=yes],[with_capng=no])
192 if test "$with_capng" = "yes"; then
193 AC_DEFINE_UNQUOTED([HAVE_CAPNG], 1, [whether capng is available for privilege reduction])
195 AM_CONDITIONAL([HAVE_CAPNG], [test "$with_capng" != "no"])
196 AC_SUBST([CAPNG_CFLAGS])
197 AC_SUBST([CAPNG_LIBS])
201 AC_HELP_STRING([--with-mitdb], [Path to MIT Kerberos DB include header and shared object]),
204 if test -n "$with_mitdb" -a -d "$with_mitdb"; then
205 AC_DEFINE_UNQUOTED([HAVE_MITDB], 1, [Define if building with MIT Kerberos DB driver])
206 AC_DEFINE(HAVE_DB1, 1, [define if you have a berkeley db1/2 library])
208 elif test "$with_mitdb" = no; then
211 elif test "$with_mitdb" = yes; then
212 AC_MSG_ERROR([Need path to MIT Kerberos DB include header and shared object])
214 AM_CONDITIONAL([HAVE_MITDB], [test -n "$with_mitdb"])
215 AC_SUBST([MITDB], ["$with_mitdb"])
218 AC_ARG_WITH([microhttpd],
219 AC_HELP_STRING([--with-microhttpd], [use microhttpd to serve KDC REST API @<:@default=check@:>@]),
221 [with_microhttpd=check])
222 if test "$with_microhttpd" != "no"; then
223 PKG_CHECK_MODULES([MICROHTTPD], [libmicrohttpd >= 0.9.37],
224 [with_microhttpd=yes],[with_microhttpd=no])
226 if test "$with_microhttpd" = "yes"; then
227 AC_DEFINE_UNQUOTED([HAVE_MICROHTTPD], 1, [whether libmicrohttpd is available for KDC REST API])
229 AM_CONDITIONAL([HAVE_MICROHTTPD], [test "$with_microhttpd" != "no"])
230 AC_SUBST([MICROHTTPD_CFLAGS])
231 AC_SUBST([MICROHTTPD_LIBS])
235 AC_HELP_STRING([--with-cjwt], [(Experimental) use cjwt to validate JWT tokens @<:@default=check@:>@]),
238 if test "$with_cjwt" != "no"; then
239 PKG_CHECK_MODULES([CJWT], [libcjwt >= 1.0.0],
240 [with_cjwt=yes],[with_cjwt=no])
242 if test "$with_cjwt" = "yes"; then
243 AC_DEFINE_UNQUOTED([HAVE_CJWT], 1, [whether libcjwt is available for KDC REST API])
245 AM_CONDITIONAL([HAVE_CJWT], [test "$with_cjwt" != "no"])
246 AC_SUBST([CJWT_CFLAGS])
247 AC_SUBST([CJWT_LIBS])
251 AC_HELP_STRING([--with-cjson], [(Experimental) use cJSON to extract private claims from JWT tokens @<:@default=check@:>@]),
254 if test "$with_cjson" != "no"; then
255 PKG_CHECK_MODULES([CJSON], [libcjson >= 1.0.0],
256 [with_cjson=yes],[with_cjson=no])
258 if test "$with_cjson" = "yes"; then
259 AC_DEFINE_UNQUOTED([HAVE_CJSON], 1, [whether libcjson is available for KDC REST API])
261 AM_CONDITIONAL([HAVE_CJSON], [test "$with_cjson" != "no"])
262 AC_SUBST([CJSON_CFLAGS])
263 AC_SUBST([CJSON_LIBS])
266 AC_ARG_WITH([mitkrb5],
267 AC_HELP_STRING([--with-mitkrb5], [Path to MIT Kerberos for interop testing @<:@default=check@:>@]),
270 AM_CONDITIONAL([MITKRB5], [test "$with_mitkrb5" != "no"])
273 rk_TEST_PACKAGE(sqlite3,
274 [#include <sqlite3.h>
275 #ifndef SQLITE_OPEN_CREATE
278 [-lsqlite3],,,SQLITE3)
280 if test "X$with_sqlite3" != Xyes ; then
281 INCLUDE_sqlite3="-I\$(top_srcdir)/lib/sqlite"
282 LIB_sqlite3="\$(top_builddir)/lib/sqlite/libheimsqlite.la"
284 AM_CONDITIONAL(SQLITE3, test "X$with_sqlite3" = Xyes)
286 AC_DEFINE(HAVE_SQLITE3, 1, [Define if you want support for sqlite in Heimdal.])
288 AC_ARG_ENABLE(sqlite-cache,
289 AS_HELP_STRING([--disable-sqlite-cache],[if you want support for cache in sqlite]))
290 if test "$enable_sqlite_cache" != no; then
291 AC_DEFINE(HAVE_SCC, 1, [Define if you want support for cache in sqlite.])
293 AM_CONDITIONAL(have_scc, test "$enable_sqlite_cache" != no)
296 dnl check for libintl
297 rk_TEST_PACKAGE(libintl,
298 [#include <libintl.h>],
301 dnl path where the hdb directory is stored
302 AC_ARG_WITH([hdbdir],
303 [AS_HELP_STRING([--with-hdbdir],[Default location for KDC database @<:@default=/var/heimdal@:>@])],
305 [with_hdbdir=/var/heimdal])
306 DIR_hdbdir="$with_hdbdir"
307 AC_SUBST([DIR_hdbdir])
310 AM_CONDITIONAL(KRB5, true)
311 AM_CONDITIONAL(do_roken_rename, true)
313 AC_DEFINE(SUPPORT_INETD, 1, [Enable use of inetd style startup.])dnl
316 AC_DEFINE(KRB5, 1, [Enable Kerberos 5 support in applications.])dnl
324 AS_HELP_STRING([--enable-dce],[if you want support for DCE/DFS PAG's]))
325 if test "$enable_dce" = yes; then
326 AC_DEFINE(DCE, 1, [Define if you want support for DCE/DFS PAG's.])
328 AM_CONDITIONAL(DCE, test "$enable_dce" = yes)
330 ## XXX quite horrible:
331 if test -f /etc/ibmcxx.cfg; then
332 dpagaix_ldadd=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/libraries/{;s/^[[^=]]*=\(.*\)/\1/;s/,/ /gp;}'`
333 dpagaix_cflags=`sed -n '/^xlc_r4/,/^$/p' /etc/ibmcxx.cfg | sed -n -e '/options/{;s/^[[^=]]*=\(.*\)/\1/;s/-q[^,]*//;s/,/ /gp;}'`
336 dpagaix_cflags="-D_THREAD_SAFE -D_AIX_PTHREADS_D7 -D_AIX32_THREADS=1 -D_AES_SOURCE -D_AIX41 -I/usr/include/dce"
337 dpagaix_ldadd="-L/usr/lib/threads -ldcelibc_r -ldcepthreads -lpthreads_compat lpthreads -lc_r"
338 dpagaix_ldflags="-Wl,-bI:dfspag.exp"
340 AC_SUBST(dpagaix_cflags)
341 AC_SUBST(dpagaix_ldadd)
342 AC_SUBST(dpagaix_ldflags)
344 AC_ARG_ENABLE([afs-support],
345 AS_HELP_STRING([--disable-afs-support],[if you don't want support for AFS]))
346 if test "$enable_afs_support" = no; then
347 AC_DEFINE(NO_AFS, 1, [Define if you don't wan't support for AFS.])
351 AM_CONDITIONAL(NO_AFS, test "$enable_afs_support" = no)
355 dnl AC_ROKEN(10,[/usr/heimdal /usr/athena],[lib/roken],[$(top_builddir)/lib/roken/libroken.la],[-I$(top_builddir)/lib/roken -I$(top_srcdir)/lib/roken])
358 LIBADD_roken="$LIB_roken"
359 AC_SUBST(LIBADD_roken)dnl
360 LIB_roken="\$(top_builddir)/lib/vers/libvers.la $LIB_roken"
369 AS_HELP_STRING([--disable-mmap],[disable use of mmap]))
370 if test "$enable_mmap" = "no"; then
371 AC_DEFINE(NO_MMAP, 1, [Define if you don't want to use mmap.])
374 AC_ARG_ENABLE(afs-string-to-key,
375 AS_HELP_STRING([--disable-afs-string-to-key],
376 [disable use of weak AFS string-to-key functions]),
377 [], [enable_afs_string_to_key=yes])
379 if test "$enable_afs_string_to_key" = "yes"; then
380 AC_DEFINE(ENABLE_AFS_STRING_TO_KEY, 1, [Define if want to use the weak AFS string to key functions.])
381 ENABLE_AFS_STRING_TO_KEY=1
383 AC_SUBST(ENABLE_AFS_STRING_TO_KEY)dnl
388 rk_TEST_PACKAGE(readline,
390 #if defined(HAVE_READLINE_READLINE_H)
391 #include <readline/readline.h>
392 #elif defined(HAVE_READLINE_H)
393 #include <readline.h>
395 ],-lreadline,,, READLINE,, [readline.h readline/readline.h])
397 rk_TEST_PACKAGE(libedit,
399 #if defined(HAVE_READLINE_READLINE_H)
400 #include <readline/readline.h>
401 #elif defined(HAVE_READLINE_H)
402 #include <readline.h>
403 #elif defined(HAVE_EDITLINE_READLINE_H)
404 #include <editline/readline.h>
406 ],-ledit,,, READLINE,, [readline.h readline/readline.h editline/readline.h])
408 AC_CONFIG_SUBDIRS([lib/libedit])
415 dnl Checks for typedefs, structures, and compiler characteristics.
418 AC_CHECK_TYPE_EXTRA(mode_t, unsigned short, [])
419 AC_CHECK_TYPE_EXTRA(sig_atomic_t, int, [#include <signal.h>])
420 AC_HAVE_TYPE([long long])
424 dnl Checks for header files.
428 CommonCrypto/CommonDigest.h \
429 CommonCrypto/CommonCryptor.h \
444 netinet/in6_machtypes.h \
484 AC_CHECK_HEADERS([stdatomic.h],
485 [AC_MSG_CHECKING([whether libatomic is required])
486 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdatomic.h>]], [[_Atomic(long long) i; atomic_init(&i, (long long) 0);]])],
487 [AC_MSG_RESULT([no])],
488 [AC_MSG_RESULT([yes])
489 AC_MSG_CHECKING([whether libatomic works])
491 LIBS="$LIBS -latomic"
492 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdatomic.h>]], [[_Atomic(long long) i; atomic_init(&i, (long long) 0);]])],
493 [AC_MSG_RESULT([yes])],
494 [AC_MSG_RESULT([no, using fallback])
496 AC_DEFINE([HEIM_BASE_ATOMICS_FALLBACK], [], [Define if you want fallbacks for atomic operations])]
502 dnl On Solaris 8 there's a compilation warning for term.h because
503 dnl it doesn't define `bool'.
504 AC_CHECK_HEADERS(term.h, , , -)
506 dnl aix have asl.h (A/IX screen library) that we don't want
507 AC_CHECK_HEADERS(asl.h, , , [
509 #ifndef ASL_STRING_EMERG
510 #error ASL_STRING_EMERG missing
513 AC_CHECK_HEADERS(net/if.h, , , [AC_INCLUDES_DEFAULT
514 #if HAVE_SYS_SOCKET_H
515 #include <sys/socket.h>
518 AC_CHECK_HEADERS(sys/ptyvar.h, , , [AC_INCLUDES_DEFAULT
523 AC_CHECK_HEADERS(sys/strtty.h, , , [AC_INCLUDES_DEFAULT
527 #if HAVE_SYS_STREAM_H
528 #include <sys/stream.h>
531 AC_CHECK_HEADERS(sys/ucred.h, , , [AC_INCLUDES_DEFAULT
533 #include <sys/types.h>
536 #include <sys/param.h>
539 AC_CHECK_HEADERS(security/pam_modules.h, , , [AC_INCLUDES_DEFAULT
540 #include <security/pam_appl.h>
544 rk_WIN32_EXPORT(BUILD_KRB5_LIB, KRB5_LIB)
545 rk_WIN32_EXPORT(BUILD_ROKEN_LIB, ROKEN_LIB)
546 rk_WIN32_EXPORT(BUILD_GSSAPI_LIB, GSSAPI_LIB)
547 rk_WIN32_EXPORT(BUILD_KDC_LIB, KDC_LIB)
549 dnl Deal with switch fallthrough warnings
551 #if defined(DISPATCH_FALLTHROUGH)
552 # define HEIM_FALLTHROUGH DISPATCH_FALLTHROUGH
554 # if defined(__GNUC__)
556 # define HEIM_FALLTHROUGH __attribute__((fallthrough))
558 # define HEIM_FALLTHROUGH do {} while (0) /* fallthrough */
561 # define HEIM_FALLTHROUGH do {} while (0) /* fallthrough */
566 dnl Checks for libraries.
568 AC_FIND_FUNC_NO_LIBS(openpty, util,[
574 AC_FIND_FUNC_NO_LIBS(tgetent, termcap ncurses curses tinfo,[
575 #ifdef HAVE_TERMCAP_H
583 dnl Checks for library functions.
611 AC_MSG_CHECKING([checking for __sync_add_and_fetch])
612 AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h>]],
613 [[unsigned int foo, bar; bar = __sync_add_and_fetch(&foo, 1);]])],
614 [ac_rk_have___sync_add_and_fetch=yes], [ac_rk_have___sync_add_and_fetch=no])
615 if test "$ac_rk_have___sync_add_and_fetch" = "yes" ; then
616 AC_DEFINE_UNQUOTED(HAVE___SYNC_ADD_AND_FETCH, 1, [have __sync_add_and_fetch])
618 AC_MSG_RESULT($ac_rk_have___sync_add_and_fetch)
624 AC_CHECK_GETPWNAM_R_POSIX
625 AC_CHECK_GETPWUID_R_POSIX
627 dnl detect doors on solaris
628 if test "$enable_pthread_support" != no; then
630 LIBS="$LIBS $PTHREADS_LIBS"
631 AC_FIND_FUNC_NO_LIBS(door_create, door)
636 AS_HELP_STRING([--enable-kcm],[enable Kerberos Credentials Manager]),
639 if test "$enable_kcm" = yes ; then
640 if test "$ac_cv_header_sys_un_h" != yes -a "$ac_cv_funclib_door_create" != yes ; then
644 if test "$enable_kcm" = yes; then
645 AC_DEFINE(HAVE_KCM, 1,
646 [Define if you want to use the Kerberos Credentials Manager.])
648 AM_CONDITIONAL(KCM, test "$enable_kcm" = yes)
650 dnl detect keyring on Linux
651 if test "$ac_cv_header_keyutils_h" = yes; then
652 AC_CHECK_SIZEOF([key_serial_t],,[
653 #ifdef HAVE_INTTYPES_H
654 #include <inttypes.h>
656 #ifdef HAVE_SYS_TYPES_H
657 #include <sys/types.h>
659 #include <keyutils.h>
663 AC_FIND_FUNC_NO_LIBS(add_key, keyutils)
664 if test -n "$LIB_add_key"; then
666 LIBS="$LIBS $LIB_add_key"
667 AC_CHECK_FUNCS(keyctl_get_persistent)
670 AM_CONDITIONAL(HAVE_KEYUTILS, test "$ac_cv_func_keyctl_get_persistent" = yes)
672 AC_CHECK_SIZEOF([time_t])
674 AX_CHECK_SIGN([time_t],
675 [ AC_DEFINE(TIME_T_SIGNED, 1, [Define if time_t is signed]) ],
676 [ AC_DEFINE(TIME_T_UNSIGNED, 1, [Define if time_t is unsigned]) ], [
683 AC_CHECK_TYPES([int8_t, int16_t, int32_t, int64_t,
684 u_int8_t, u_int16_t, u_int32_t, u_int64_t,
685 uint8_t, uint16_t, uint32_t, uint64_t],,,[
686 #ifdef HAVE_INTTYPES_H
687 #include <inttypes.h>
689 #ifdef HAVE_SYS_TYPES_H
690 #include <sys/types.h>
692 #ifdef HAVE_SYS_BITYPES_H
693 #include <sys/bitypes.h>
695 #ifdef HAVE_BIND_BITYPES_H
696 #include <bind/bitypes.h>
698 #ifdef HAVE_NETINET_IN6_MACHTYPES_H
699 #include <netinet/in6_machtypes.h>
703 rk_FRAMEWORK_SECURITY
704 rk_FRAMEWORK_COREFOUNDATION
710 dnl Some operating systems already have com_err and compile_et
713 rk_AUTH_MODULES([sia afskauthlib])
717 rk_WFLAGS([-Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs])
720 AH_BOTTOM([#ifdef __APPLE__
721 #include <AvailabilityMacros.h>
724 AH_BOTTOM([#ifdef ROKEN_RENAME
725 #include "roken_rename.h"
728 AC_ARG_ENABLE(heimdal-documentation,
729 AS_HELP_STRING([--disable-heimdal-documentation],
730 [if you want disable to heimdal documentation]))
731 AM_CONDITIONAL(HEIMDAL_DOCUMENTATION, test "$enable_heimdal_documentation" != no)
733 AC_CONFIG_FILES(Makefile \
736 include/gssapi/Makefile \
737 include/hcrypto/Makefile \
738 include/kadm5/Makefile \
742 lib/com_err/Makefile \
743 lib/hcrypto/Makefile \
745 lib/gssapi/Makefile \
756 lib/sqlite/Makefile \
759 lib/gss_preauth/Makefile \
768 appl/afsutil/Makefile \
769 appl/dbutils/Makefile \
770 appl/gssmask/Makefile \
774 appl/dceutils/Makefile \
780 tests/ldap/Makefile \
782 tests/java/Makefile \
783 tests/plugin/Makefile \
785 packages/mac/Makefile \
793 dnl This is the release version name-number[beta]
796 if test -d "$srcdir/.git"; then
797 cat > include/newversion.h.in <<EOF
798 #ifndef VERSION_HIDDEN
799 #define VERSION_HIDDEN
801 VERSION_HIDDEN const char *const heimdal_long_version = "@([#])\$Version: $PACKAGE_STRING by @USER@ on @HOST@ @BRANCH@ @TAG@ ($host) @COMMIT@ @DATE@ \$";
802 VERSION_HIDDEN const char *const heimdal_version = "AC_PACKAGE_STRING";
805 cat > include/newversion.h.in <<EOF
806 #ifndef VERSION_HIDDEN
807 #define VERSION_HIDDEN
809 VERSION_HIDDEN const char *const heimdal_long_version = "@([#])\$Version: $PACKAGE_STRING by @USER@ on @HOST@ ($host) @DATE@ \$";
810 VERSION_HIDDEN const char *const heimdal_version = "AC_PACKAGE_STRING";
814 if test -f include/version.h && cmp -s include/newversion.h.in include/version.h.in; then
815 echo "include/version.h is unchanged"
816 rm -f include/newversion.h.in
818 echo "creating include/version.h"
819 if test -n "$SOURCE_DATE_EPOCH"; then
822 date -u -r "$SOURCE_DATE_EPOCH" "+%Y-%m-%dT%H:%M:%SZ" 2>/dev/null ||
824 date -u -d "@${SOURCE_DATE_EPOCH}" 2>/dev/null ||
825 # Illumos -- sorry, no -r/-d here
829 Date=`date -u "+%Y-%m-%dT%H:%M:%SZ"`
831 if test -n "$SOURCE_HOST"; then
836 if test -n "$SOURCE_USER"; then
839 User=${USER:-${LOGNAME:-`id -nu`}}
841 if test -d "$srcdir/.git"; then
842 GitCommit=`cd $srcdir && git rev-parse HEAD`
843 GitBranch=`cd $srcdir && git rev-parse --abbrev-ref HEAD`
844 if test "x$GitBranch" = master; then
845 GitDesc=`cd $srcdir && git describe --all --dirty`
847 GitDesc=`cd $srcdir && \
848 git describe --tags --match 'heimdal-*' --dirty`
851 GitCommit='<commit-unknown>'
852 GitBranch='<branch-unknown>'
853 GitDesc='<tag-unknown>'
855 mv -f include/newversion.h.in include/version.h.in
856 sed -e "s/@HOST@/$Host/" \
857 -e "s;@USER@;$User;" \
858 -e "s;@DATE@;$Date;" \
859 -e "s;@BRANCH@;$GitBranch;" \
860 -e "s;@TAG@;$GitDesc;" \
861 -e "s;@COMMIT@;$GitCommit;" \
862 include/version.h.in > include/version.h