… | |
… | |
713 | fi |
713 | fi |
714 | |
714 | |
715 | |
715 | |
716 | PACKAGE=psiconv |
716 | PACKAGE=psiconv |
717 | |
717 | |
718 | VERSION=0.8.0 |
718 | VERSION=0.8.1 |
719 | |
719 | |
720 | if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then |
720 | if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then |
721 | { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } |
721 | { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } |
722 | fi |
722 | fi |
723 | cat >> confdefs.h <<EOF |
723 | cat >> confdefs.h <<EOF |
… | |
… | |
2404 | #define $ac_tr_func 1 |
2404 | #define $ac_tr_func 1 |
2405 | EOF |
2405 | EOF |
2406 | |
2406 | |
2407 | else |
2407 | else |
2408 | echo "$ac_t""no" 1>&6 |
2408 | echo "$ac_t""no" 1>&6 |
2409 | LIBOBJS="$LIBOBJS getopt.o getopt1.o" |
2409 | LIBOBJS="$LIBOBJS getopt.lo getopt1.lo" |
2410 | fi |
2410 | fi |
2411 | done |
2411 | done |
2412 | |
2412 | |
2413 | |
2413 | |
2414 | |
2414 | |