]> git.pld-linux.org Git - packages/cproto.git/blob - cproto-acfix.patch
- updated to 4.7v
[packages/cproto.git] / cproto-acfix.patch
1 --- cproto-4.6/configure.in.orig        Sat Jan 24 02:42:05 1998
2 +++ cproto-4.6/configure.in     Sat Oct 20 16:33:07 2001
3 @@ -57,19 +57,17 @@
4  AC_DEFINE_UNQUOTED(CPP,"$CPP")
5  
6  ###    output makefile and config.h
7 -changequote({,})dnl
8  AC_OUTPUT(Makefile config_h,
9 -{
10 +[
11  echo creating config.h
12  sed    -e '/^# /d' \
13 -       -e 's/ -D/\
14 +       -e 's/ \?-D/\
15  #define /g' \
16 -       -e 's/\(#define [A-Za-z_][A-Za-z0-9_]*\)=/\1    /g' \
17 +       -e ['s/\(#define [A-Za-z_][A-Za-z0-9_]*\)=/\1   /g'] \
18         -e 's/\\//g' \
19         config_h >config.h
20 -}
21 +]
22  echo removing config_h
23  rm config_h
24  )
25 -changequote([,])dnl
26  touch stamp-h
This page took 0.040381 seconds and 3 git commands to generate.