# HG changeset patch # User Volker Grabsch # Date 1229184894 -3600 # Node ID b1514e8e767a81bc6866c63f4ab12f4191b73c0f # Parent dcdce4e9d37188fdf310ffc5114d58ed6ded1118 avoid unnecessary runs of aclocal, autoconf, automake after changing configure and configure.in diff -r dcdce4e9d371 -r b1514e8e767a src/geos.mk --- a/src/geos.mk Sat Dec 13 05:18:01 2008 +0100 +++ b/src/geos.mk Sat Dec 13 17:14:54 2008 +0100 @@ -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 \