libtool/mdemo/configure.in
Alexandre Oliva d4326213cb * mdemo/Makefile.am (hell_debug_LDFLAGS): -dlpreopen -> -dlopen
(hell_LDFLAGS): added -export-dynamic and -dlopen
	(SUBDIRS, INCLUDES): added modules directory
	(foo1.c, foo2.c, foo.h, libfoo1.sym, libfoo2.sym): moved to modules
	* Makefile.am: ditto
	* tests/mdemo-exec.test, tests/mdemo-inst.test: libraries moved
	* mdemo/modules/Makefile.am: new file

	* */Makefile.am (AUTOMAKE_OPTIONS): added no-dependencies
1998-11-19 22:53:40 +00:00

11 lines
178 B
Plaintext

dnl Initialize the hell package.
AC_INIT(main.c)
AM_INIT_AUTOMAKE(module,1.0)
AC_PROG_CC
AC_EXEEXT
AM_PROG_LIBTOOL
dnl Output the makefile
AC_OUTPUT(Makefile modules/Makefile)