source: libfaim/configure.ac @ 77f605d

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>, 15 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 
1AC_INIT(bos.c)
2
3dnl AC_CONFIG_HEADER(config.h)
4
5AC_PROG_CC
6dnl we're using GCC, enable all warnings
7if test "$GCC" = yes; then
8   CFLAGS="$CFLAGS -Wall -g";
9fi
10AC_PROG_RANLIB
11
12
13AC_OUTPUT(Makefile)
Note: See TracBrowser for help on using the repository browser.