debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
Last change
on this file since 77f605d was
6cc1ff7,
checked in by Nelson Elhage <nelhage@mit.edu>, 17 years ago
|
|
Rename libfain/configure.in to configure.ac.
This seems to be required in order to get it processed by
auto(re)conf2.50, which is needed to make this build on Solaris.
|
-
Property mode set to
100644
|
|
File size:
197 bytes
|
| Line | |
|---|
| 1 | AC_INIT(bos.c) |
|---|
| 2 | |
|---|
| 3 | dnl AC_CONFIG_HEADER(config.h) |
|---|
| 4 | |
|---|
| 5 | AC_PROG_CC |
|---|
| 6 | dnl we're using GCC, enable all warnings |
|---|
| 7 | if test "$GCC" = yes; then |
|---|
| 8 | CFLAGS="$CFLAGS -Wall -g"; |
|---|
| 9 | fi |
|---|
| 10 | AC_PROG_RANLIB |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | AC_OUTPUT(Makefile) |
|---|
Note: See
TracBrowser
for help on using the repository browser.