/[radius]/radius/autogen.sh
ViewVC logotype

Diff of /radius/autogen.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by gray, Thu Jun 5 07:04:47 2003 UTC revision 1.7 by gray, Wed Nov 19 09:58:26 2003 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2    
3  autoreconf -f -i -s  autoreconf -f -i -s &&\
4     mv intl/Makefile.in intl/Makefile.in~ &&\
5  mv intl/Makefile.in intl/Makefile.in~   sed 's,^INCLUDES.*,& -I$(top_srcdir)/include,' intl/Makefile.in~ > intl/Makefile.in && \
6  sed 's,^INCLUDES.*,& -I$(top_srcdir)/include,' intl/Makefile.in~ > intl/Makefile.in   if [ ! -r include/debugmod.h ]; then
   
 if [ ! -r include/debugmod.h ]; then  
7      echo "NOTE: Now you should do the following:"      echo "NOTE: Now you should do the following:"
8      echo "    ./configure --enable-maintainer-mode [other options]"      echo "    ./configure --enable-maintainer-mode [other options]"
9      echo "    make debugmod"      echo "    make debugmod"
10      echo "    make"      echo "    make"
11  fi   fi

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26