--- Convert-UUlib/Makefile.PL 2002/03/31 21:42:35 1.2 +++ Convert-UUlib/Makefile.PL 2003/11/06 13:33:40 1.3 @@ -4,7 +4,7 @@ my $postamble =<<'END'; uulib/Makefile: - cd uulib && ./configure --with-cc="$(CC)" --with-cflags="$(CFLAGS) $(CCCDLFLAGS) $(OPTIMIZE)" + cd uulib && CC="$(CC)" CFLAGS="$(OPTIMIZE) $(CFLAGS) $(CCCDLFLAGS)" ./configure clean:: -cd uulib && make distclean