Rev | Line | |
---|
[857] | 1 | #!/bin/sh
|
---|
| 2 | #
|
---|
| 3 | # Copyright (C) 2000 Stephen Cleary
|
---|
| 4 | #
|
---|
| 5 | # This file can be redistributed and/or modified under the terms found
|
---|
| 6 | # in "copyright.html"
|
---|
| 7 | # This software and its documentation is provided "as is" without express or
|
---|
| 8 | # implied warranty, and with no claim as to its suitability for any purpose.
|
---|
| 9 | #
|
---|
| 10 | # See http://www.boost.org for updates, documentation, and revision history.
|
---|
| 11 | #
|
---|
| 12 |
|
---|
| 13 | m4 -P -E -DNumberOfArguments=$1 pool_construct.m4 > pool_construct.inc
|
---|
Note: See
TracBrowser
for help on using the repository browser.