aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew John Hughes <[email protected]>2010-10-19 18:19:19 +0100
committerAndrew John Hughes <[email protected]>2010-10-19 18:19:19 +0100
commit6c5a06553583a43bb402af104d3285412f40f546 (patch)
tree161555a2a92e51107088a14021b87cdb8390af43 /configure.ac
parent7603e948d7a0a7eb2e72358cb4a40ae6779f95da (diff)
Revert to using foreign to avoid warnings about GNU make syntax.
2010-10-19 Andrew John Hughes <[email protected]> * Makefile.am: (PLUGIN_LAUNCHER_OBJECTS): Do prefixing once. (NETX_LAUNCHER_OBJECTS): Likewise for NetX. (pluginappletviewer): Use PLUGIN_LAUNCHER_OBJECTS. (javaws): Use NETX_LAUNCHER_OBJECTS. * configure.ac: Re-enable foreign (I want to use GNU make!) * README: Use gmake not make.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 67b08e8..bd20ae6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([icedtea-web],[1.0pre],[[email protected]])
-AM_INIT_AUTOMAKE([1.9 tar-pax])
+AM_INIT_AUTOMAKE([1.9 tar-pax foreign])
AC_CONFIG_FILES([Makefile])
# Older automake doesn't generate these correctly