mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
made some adjustments for automake 1.4 and autoconf 2.13 (per suggestions
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net> * configure.in / Makefile.am : made some adjustments for automake 1.4 and autoconf 2.13 (per suggestions made by Raja R Harinath <harinath@cs.umn.edu>)
This commit is contained in:
parent
5f6fea52c9
commit
1a04abe5fb
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* configure.in / Makefile.am : made some adjustments for automake 1.4
|
||||
and autoconf 2.13 (per suggestions made by Raja R Harinath
|
||||
<harinath@cs.umn.edu>)
|
||||
|
||||
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* autogen.sh: automake 1.4 and libtool 1.2d notices.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* configure.in / Makefile.am : made some adjustments for automake 1.4
|
||||
and autoconf 2.13 (per suggestions made by Raja R Harinath
|
||||
<harinath@cs.umn.edu>)
|
||||
|
||||
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* autogen.sh: automake 1.4 and libtool 1.2d notices.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* configure.in / Makefile.am : made some adjustments for automake 1.4
|
||||
and autoconf 2.13 (per suggestions made by Raja R Harinath
|
||||
<harinath@cs.umn.edu>)
|
||||
|
||||
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* autogen.sh: automake 1.4 and libtool 1.2d notices.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* configure.in / Makefile.am : made some adjustments for automake 1.4
|
||||
and autoconf 2.13 (per suggestions made by Raja R Harinath
|
||||
<harinath@cs.umn.edu>)
|
||||
|
||||
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* autogen.sh: automake 1.4 and libtool 1.2d notices.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* configure.in / Makefile.am : made some adjustments for automake 1.4
|
||||
and autoconf 2.13 (per suggestions made by Raja R Harinath
|
||||
<harinath@cs.umn.edu>)
|
||||
|
||||
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* autogen.sh: automake 1.4 and libtool 1.2d notices.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* configure.in / Makefile.am : made some adjustments for automake 1.4
|
||||
and autoconf 2.13 (per suggestions made by Raja R Harinath
|
||||
<harinath@cs.umn.edu>)
|
||||
|
||||
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* autogen.sh: automake 1.4 and libtool 1.2d notices.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* configure.in / Makefile.am : made some adjustments for automake 1.4
|
||||
and autoconf 2.13 (per suggestions made by Raja R Harinath
|
||||
<harinath@cs.umn.edu>)
|
||||
|
||||
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* autogen.sh: automake 1.4 and libtool 1.2d notices.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 22:09:59 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* configure.in / Makefile.am : made some adjustments for automake 1.4
|
||||
and autoconf 2.13 (per suggestions made by Raja R Harinath
|
||||
<harinath@cs.umn.edu>)
|
||||
|
||||
Wed Jan 20 20:33:14 EST 1999 Mandrake <mandrake@mandrake.net>
|
||||
|
||||
* autogen.sh: automake 1.4 and libtool 1.2d notices.
|
||||
|
@ -1,5 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.4
|
||||
|
||||
SUBDIRS = . gmodule gthread docs tests
|
||||
|
||||
configincludedir = $(pkglibdir)/include
|
||||
|
@ -3,6 +3,9 @@ dnl *** include special GLib macros ***
|
||||
dnl ***********************************
|
||||
builtin(include, acglib.m4)dnl
|
||||
|
||||
# require autoconf 2.13
|
||||
AC_REQUIRE(2.13)
|
||||
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(glist.c)
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.4
|
||||
|
||||
SUBDIRS = . gmodule gthread docs tests
|
||||
|
||||
configincludedir = $(pkglibdir)/include
|
||||
|
Loading…
Reference in New Issue
Block a user