changed the AC_PROG_LEX -> AM_PROG_LEX though I couldn't find any lex

Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>

        * configure.in: changed the AC_PROG_LEX -> AM_PROG_LEX
          though I couldn't find any lex files that this is needed
          for. IIRC automake 1.2 supports this macro also.
	* applets/netwatch/netwatch.c: some work on getting it to work
	  with the new applet_lib stuff.
	* applets/netwatch/netwatch-old.c: is the original code.
This commit is contained in:
EDT 1998 Gregory McLean 1998-04-26 15:16:43 +00:00 committed by Gregory McLean
parent 973dba6154
commit 99cbb093f6
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Sun Apr 26 10:55:18 EDT 1998 Gregory McLean <gregm@comstar.net>
* configure.in: changed the AC_PROG_LEX -> AM_PROG_LEX
though I couldn't find any lex files that this is needed
for. IIRC automake 1.2 supports this macro also.
Sun Apr 19 09:38:36 EDT 1998 Gregory McLean <gregm@comstar.net>
* applets/*/.cvsignore: updated to ignore generated files.

View file

@ -20,8 +20,8 @@ AC_STDC_HEADERS
AC_ARG_PROGRAM
AM_PROG_LIBTOOL
AC_PROG_CXX
AC_PROG_LEX
AC_DECL_YYTEXT
AM_PROG_LEX
AC_PROG_YACC
GNOME_X_CHECKS