--- embedaddon/quagga/vtysh/extract.pl 2012/10/09 09:22:29 1.1.1.2 +++ embedaddon/quagga/vtysh/extract.pl 2013/07/21 23:54:40 1.1.1.3 @@ -63,7 +63,7 @@ $ignore{'"show history"'} = "ignore"; foreach (@ARGV) { $file = $_; - open (FH, "cpp -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I.. -I./ -I./.. -I../lib -I../isisd/topology $file |"); + open (FH, "gcc -E -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I.. -I./ -I./.. -I../lib -I../lib -I../isisd/topology $file |"); local $/; undef $/; $line = ; close (FH);