root/trunk/matml/src/ternary/autogen.sh
| Revision 310, 356 bytes (checked in by powell, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | # Run this to generate all the initial makefiles, etc. |
| 3 | |
| 4 | srcdir=`dirname $0` |
| 5 | test -z "$srcdir" && srcdir=. |
| 6 | |
| 7 | PKG_NAME="Ternary" |
| 8 | |
| 9 | (test -f $srcdir/configure.in \ |
| 10 | ## put other tests here |
| 11 | ) || { |
| 12 | echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" |
| 13 | echo " top-level $PKG_NAME directory" |
| 14 | exit 1 |
| 15 | } |
| 16 | |
| 17 | . $srcdir/macros/autogen.sh |
Note: See TracBrowser
for help on using the browser.