Mercurial > sm-archive
comparison configure.in @ 15:72a94c46c2be stable-1-5
fix bash header
author | carl |
---|---|
date | Sat, 25 Aug 2007 11:37:34 -0700 |
parents | 75e1a9bcbc2e |
children | 8ebecad6530f |
comparison
equal
deleted
inserted
replaced
14:c9a1fd8f633b | 15:72a94c46c2be |
---|---|
4 AC_CONFIG_HEADER([config.h]) | 4 AC_CONFIG_HEADER([config.h]) |
5 | 5 |
6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) | 6 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) |
7 | 7 |
8 # Checks for programs. | 8 # Checks for programs. |
9 AC_PATH_PROGS(BASH, bash) | |
9 AC_PROG_CXX | 10 AC_PROG_CXX |
10 AC_PROG_CC | 11 AC_PROG_CC |
11 AC_PROG_CPP | 12 AC_PROG_CPP |
12 AC_PROG_INSTALL | 13 AC_PROG_INSTALL |
13 AC_PROG_LN_S | 14 AC_PROG_LN_S |