Changeset 529

Show
Ignore:
Timestamp:
04/13/04 22:01:07 (5 years ago)
Author:
smoku
Message:

fixes to the build system

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/autogen.sh

    r477 r529  
    55libtoolize --force 
    66rm -f po/ChangeLog 
     7touch po/Makefile.in m4/Makefile 
    78gettextize --force 
    89aclocal -I m4 
  • trunk/configure.ac

    r527 r529  
    2626AC_SUBST(JK_LIBGADU_LIBS) 
    2727AC_SUBST(JK_LIBGADU_CFLAGS) 
     28 
     29AC_SUBST(JK_LIBIDN_LIBS) 
     30AC_SUBST(JK_LIBIDN_CFLAGS) 
    2831 
    2932AC_ARG_ENABLE([debug],AC_HELP_STRING([--disable-debug],[Disable debugging code]))