diff --git a/scripts/hack_fakeautoconf.sh b/scripts/hack_fakeautoconf.sh index a7f9203..91e1ca4 100755 --- a/scripts/hack_fakeautoconf.sh +++ b/scripts/hack_fakeautoconf.sh @@ -3,13 +3,13 @@ # Specifically for windows, where installing autoconf looks suspiciously # like boiling the ocean. -sed \ - -e "s%@CC@%gcc%g" \ - -e "s%@AR@%ar%g" \ - -e "s%@CFLAGS@%$CFLAGS%g" \ - -e "s%@LDFLAGS@%$LDFLAGS%g" \ - -e "s%@N2N_LIBS@%$LDLIBS%g" \ - < Makefile.in > Makefile +cat >config.mak <