1 diff -ruN poptop-old/Makefile.in poptop-new/Makefile.in
2 --- poptop-old/Makefile.in 2003-02-06 17:39:45.000000000 +0100
3 +++ poptop-new/Makefile.in 2004-04-04 15:50:17.000000000 +0200
5 AUTOMAKE_OPTIONS = no-dependencies foreign
8 -CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"'
9 -#CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"'
10 +CCOPTS = -O2 -fno-builtin
11 +CFLAGS = $(CCOPTS) -Wall -ansi -DSBINDIR='"$(sbindir)"'
12 +#CFLAGS = $(CCOPTS) -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"'
14 man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5