>>>>> "Nima" == Nima Malekmanesh <[EMAIL PROTECTED]> writes:
Nima> hi: after my make configure process is complete, the variable Nima> @mibgroup_list_lo@ is left blank in the Makefiles, this bug Nima> appears as the size of @mibgroup_list_lo@ increases to a certain Nima> point. I have looked at configure.status and also echoed the Nima> variable at every occurrence in the configure file and its Nima> contents are solid. Is there a size limitation to the @name@ Nima> syntax or what autoconf can handle(if yes what is the size Nima> limitation)? and secondly, is there any easy way around this Nima> besides splitting the variable into two separate variables? Nima> thanks, Nima You are most probably hitting a sed limitation. See the Autoconf doc for a list of some of them.
