1999-04-02 Alexandre Oliva <oliva@dcc.unicamp.br>
+ * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies
+ * depdemo/l2/Makefile.am (AUTOMAKE_OPTIONS): ditto
+ * depdemo/l3/Makefile.am (AUTOMAKE_OPTIONS): ditto
+ * depdemo/l4/Makefile.am (AUTOMAKE_OPTIONS): ditto
+
* ltconfig.in (archive_cmds, sunos4*): where we used -Bstatic, we
should have been using -Bshareable
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = no-dependencies foreign
+
INCLUDES = -I$(top_srcdir)
lib_LTLIBRARIES = libl1.la
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = no-dependencies foreign
+
INCLUDES = -I$(top_srcdir)
lib_LTLIBRARIES = libl2.la
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = no-dependencies foreign
+
INCLUDES = -I$(top_srcdir)
lib_LTLIBRARIES = libl3.la
## Process this file with automake to produce Makefile.in
+AUTOMAKE_OPTIONS = no-dependencies foreign
+
INCLUDES = -I$(top_srcdir)
lib_LTLIBRARIES = libl4.la