Don't forget to munmap everything we've mmapped in all modes.
[sgt/agedu] / GNUmakefile
index cd7229e..9f5eaf7 100644 (file)
@@ -28,7 +28,7 @@ agedu: config.h $(AGEDU_OBJS)
        gcc $(LFLAGS) -o agedu $(AGEDU_OBJS)
 
 config.h: configure
-       ./configure
+       ./configure -q
        rm -f Makefile # we keep using _this_ Makefile
 
 configure: configure.ac