From: Mattias Amnefelt Date: Mon, 4 Mar 2002 16:44:00 +0000 (+0000) Subject: dux-autoconf-tweaks-20020228 X-Git-Tag: openafs-devel_1_3_3~203 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7b4d6af73d92512950265443f6fe3cff6ada4650;p=packages%2Fo%2Fopenafs.git dux-autoconf-tweaks-20020228 make tru64 5.0a build work ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== and make 4.0d work again as well --- diff --git a/src/cf/osconf.m4 b/src/cf/osconf.m4 index bbe75a7fa..0437fd428 100644 --- a/src/cf/osconf.m4 +++ b/src/cf/osconf.m4 @@ -32,6 +32,7 @@ case $AFS_SYSNAME in ;; alpha_dux50) + LEX="flex -l" CSTATIC="-non_shared" LWP_OPTMZ="-O2" MT_CFLAGS='-D_REENTRANT=1 -pthread -DAFS_PTHREAD_ENV ${XCFLAGS}' @@ -556,9 +557,9 @@ case $AFS_SYSNAME in ;; alpha_dux*) - FS_CONV_OSF40D="fs_conv_dux40d" - install_FS_CONV_OSF40D='$(DESTDIR)${afssrvsbindir}/fs_conv_dux40d' - dest_FS_CONV_OSF40D='$(DEST)/root.server/usr/afs/bin/fs_conv_sdux40d' + FS_CONV_OSF40D="fs_conv_dux40D" + install_FS_CONV_OSF40D='$(DESTDIR)${afssrvsbindir}/fs_conv_dux40D' + dest_FS_CONV_OSF40D='$(DEST)/root.server/usr/afs/bin/fs_conv_dux40D' AC_SUBST(FS_CONV_OSF40D) AC_SUBST(install_FS_CONV_OSF40D)