Commit 933d4d7bc7b91326cc7b7516b403f2e16a623e28

Authored by Georg Hopp
1 parent aa8b856a

test mirror script

  1 +Just for test
... ...
... ... @@ -3,7 +3,7 @@ AC_INIT(tepal, 0.0.7, georg@steffers.org)
3 3 AC_CONFIG_AUX_DIR([config])
4 4 AC_CONFIG_SRCDIR([src/tepal.c])
5 5 AC_CONFIG_HEADER([config.h])
6   -AM_INIT_AUTOMAKE
  6 +AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME, AC_PACKAGE_VERSION)
7 7
8 8 AC_CANONICAL_HOST
9 9
... ...
... ... @@ -13,7 +13,7 @@ CLEANFILES = tepal_pars.c tepal_scan.c ../include/tepal_pars.h
13 13 bin_PROGRAMS = tepal
14 14
15 15 tepal_SOURCES = $(tepal_source)
16   -tepal_CFLAGS = -I../include
  16 +AM_CFLAGS = -I../include
17 17
18 18 tepal_pars.c: Makefile tepal_pars.y
19 19 $(YACC) -d tepal_pars.y
... ...
Please register or login to post a comment