Mercurial > hg > mxe-octave-anirudha
changeset 201:b1514e8e767a
avoid unnecessary runs of aclocal, autoconf, automake after changing configure and configure.in
author | Volker Grabsch <vog@notjusthosting.com> |
---|---|
date | Sat, 13 Dec 2008 17:14:54 +0100 |
parents | dcdce4e9d371 |
children | c31beae48adb |
files | src/geos.mk |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/geos.mk +++ b/src/geos.mk @@ -18,7 +18,9 @@ $(SED) 's,-lgeos,-lgeos -lstdc++,' -i '$(1)/tools/geos-config.in' $(SED) 's,-L\$${libdir}$$,-L$${libdir} -lgeos -lstdc++,' -i '$(1)/tools/geos-config.in' $(SED) 's,-ansi -pedantic,-pedantic,' -i '$(1)/configure.in' + touch '$(1)/aclocal.m4' $(SED) 's,-ansi -pedantic,-pedantic,' -i '$(1)/configure' + touch '$(1)/Makefile.in' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \