aboutsummaryrefslogtreecommitdiffstats
path: root/tools/m4
Commit message (Expand)AuthorAgeFilesLines
* m4: update to 1.4.17Luka Perkov2013-09-242-12/+14
* tools/m4: bypass a time consuming configure testFelix Fietkau2012-09-151-0/+2
* tools/m4: enable parallel buildsFelix Fietkau2012-09-151-0/+2
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-121-1/+1
* m4: link staticallyJo-Philipp Wich2012-08-101-1/+3
* m4: fix errors in shipped stdio.in.hJo-Philipp Wich2012-07-081-0/+15
* tools: clean up Makefiles / make ccache workJohn Crispin2012-01-151-8/+0
* m4: update to version 1.4.16Hauke Mehrtens2011-04-031-2/+2
* tools/m4: update to version 1.4.15Alexandros C. Couloumbis2010-12-061-2/+2
* clean up / fix various Host/Clean templates in tools/Felix Fietkau2009-05-081-2/+1
* add missing m4 dirRalph Hempel2009-03-221-0/+33
/* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
	function jwg_open_textunit

	integer jwg_priv_init_textlist*4

	parameter (default_textunit=32767)

	character textpipe*1024
	integer textunit*4,setup*4


	setup=jwg_priv_init_textlist

C	Is all this gubbins working or do we need to fiddle?

	if (setup.ne.0) then
C
C	this will check that the string is correctly passed
C
   	 textpipe='sanity check'

	 call jwg_priv_setup_textpipe(textpipe)

	 textunit=default_textunit
	 open (file=textpipe,unit=textunit,action='write',status=old)

	endif

	jwg_open_textunit=textunit