comparison autogen.sh @ 15076:000587f92082

rename src/DLD-FUNCTIONS directory to src/dldfcn * src/dldfcn: Rename from src/DLD-FUNCTIONS. * autogen.sh, src/Makefile.am, src/dldfcn/config-module.awk, src/dldfcn/config-module.sh: Change all uses of DLD-FUNCTIONS to be dldfcn. Change all uses of DLD_FUNCTIONS to be DLDFCN.
author John W. Eaton <jwe@octave.org>
date Tue, 31 Jul 2012 21:57:58 -0400
parents 5bb929d8b4f9
children 2fc554ffbc28
comparison
equal deleted inserted replaced
15075:b62b0b85369c 15076:000587f92082
28 28
29 echo "generating doc/interpreter/images.mk..." 29 echo "generating doc/interpreter/images.mk..."
30 30
31 (cd doc/interpreter; ./config-images.sh) 31 (cd doc/interpreter; ./config-images.sh)
32 32
33 echo "generating src/DLD-FUNCTIONS/module.mk..." 33 echo "generating src/dldfcn/module.mk..."
34 34
35 (cd src/DLD-FUNCTIONS; ./config-module.sh) 35 (cd src/dldfcn; ./config-module.sh)
36 36
37 echo "bootstrapping..." 37 echo "bootstrapping..."
38 38
39 build-aux/bootstrap "$@" 39 build-aux/bootstrap "$@"
40 40