Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 1251 | Differences between
and this patch

Collapse All | Expand All

(-)gperiodic-1.3.3.orig/configure (-1 / +1 lines)
Lines 844-850 Link Here
844
  SET_MAKE="MAKE=${MAKE-make}"
844
  SET_MAKE="MAKE=${MAKE-make}"
845
fi
845
fi
846
846
847
AM_PROG_LEX
847
#AM_PROG_LEX
848
for ac_prog in 'bison -y' byacc
848
for ac_prog in 'bison -y' byacc
849
do
849
do
850
# Extract the first word of "$ac_prog", so it can be a program name with args.
850
# Extract the first word of "$ac_prog", so it can be a program name with args.
(-)gperiodic-1.3.3.orig/configure.in (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
dnl Checks for programs.
9
dnl Checks for programs.
10
AC_PROG_MAKE_SET
10
AC_PROG_MAKE_SET
11
AM_PROG_LEX
11
dnl AM_PROG_LEX
12
AC_PROG_YACC
12
AC_PROG_YACC
13
AC_ISC_POSIX
13
AC_ISC_POSIX
14
14
(-)gperiodic-1.3.3.orig/src/Makefile.in (-1 / +1 lines)
Lines 95-101 Link Here
95
bin_PROGRAMS = gperiodic
95
bin_PROGRAMS = gperiodic
96
96
97
gperiodic_SOURCES = gperiodic.c cmdline_interface.c gparser.y gplexer.l gpdata.c
97
gperiodic_SOURCES = gperiodic.c cmdline_interface.c gparser.y gplexer.l gpdata.c
98
gperiodic_LDADD = -lreadline -ltermcap
98
gperiodic_LDADD = -lreadline -lncurses
99
99
100
INCLUDES = -I$(top_srcdir)/include -DGPERIODIC_LOCALE_DIR=\"$(datadir)/locale\"
100
INCLUDES = -I$(top_srcdir)/include -DGPERIODIC_LOCALE_DIR=\"$(datadir)/locale\"
101
101

Return to bug 1251