diff options
| author | Peter Eisentraut | 2002-04-10 16:45:25 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2002-04-10 16:45:25 +0000 |
| commit | 563673e15db995b6f531b44be7bb162330ac157a (patch) | |
| tree | 91e485c1011fdc904cb6607acfd5e55f1c25fecd /configure.in | |
| parent | b210b1626555230eba52a81f38d8ddae7a5f6f34 (diff) | |
Add make install-strip target.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7fbf76e32b..c2a8641d7b 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Header: /cvsroot/pgsql/configure.in,v 1.175 2002/04/03 05:39:27 petere Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.176 2002/04/10 16:45:24 petere Exp $ dnl Developers, please strive to achieve this order: dnl @@ -640,6 +640,7 @@ esac AC_PROG_RANLIB AC_CHECK_PROGS(LORDER, lorder) AC_PATH_PROG(TAR, tar) +PGAC_CHECK_STRIP AC_CHECK_PROGS(YACC, ['bison -y']) if test -z "$YACC"; then |
