[OpenAFS-devel] take 2: openafs 1.3.64 on linux 2.6 -- what am I missing now?
chas williams (contractor)
chas@cmf.nrl.navy.mil
Thu, 13 May 2004 06:37:46 -0400
In message <D20D966C-A4AC-11D8-96B1-000A9580E62A@riback.net>,Horst Birthelmer writes:
>Which part, chas ???
>I'm pretty shure you didn't make changes to ./configure :-))
>Matthew, you don't have to make changes to './configure' make your
>changes to the src/cf/osconf.m4 file and regenerate that script by
>calling the ./regen.sh script in the openafs root dir.
Index: src/cf/osconf.m4
===================================================================
RCS file: /cvs/openafs/src/cf/osconf.m4,v
retrieving revision 1.47
diff -u -u -r1.47 osconf.m4
--- src/cf/osconf.m4 8 May 2004 05:08:29 -0000 1.47
+++ src/cf/osconf.m4 13 May 2004 10:36:51 -0000
@@ -253,22 +253,6 @@
SHLIB_LINKER="${MT_CC} -shared"
;;
- i386_linux22)
- CC="gcc -pipe"
- CCOBJ="gcc -pipe"
- MT_CC="gcc -pipe"
- KERN_OPTMZ=-O2
- LEX="flex -l"
- MT_CFLAGS='-DAFS_PTHREAD_ENV -pthread -D_REENTRANT ${XCFLAGS}'
- MT_LIBS="-lpthread"
- PAM_CFLAGS="-O2 -Dlinux -DLINUX_PAM -fPIC"
- SHLIB_LDFLAGS="-shared -Xlinker -x"
- TXLIBS="-lncurses"
- XCFLAGS="-O2 -D_LARGEFILE64_SOURCE"
- YACC="bison -y"
- SHLIB_LINKER="${MT_CC} -shared"
- ;;
-
i386_umlinux22)
CC="gcc -pipe"
CCOBJ="gcc -pipe"
@@ -285,7 +269,7 @@
SHLIB_LINKER="${MT_CC} -shared"
;;
- i386_linux24)
+ i386_linux*)
CC="gcc -pipe"
CCOBJ="gcc -pipe"
MT_CC="gcc -pipe"