ac-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

macro: guidod/ac_need_stdint_h.m4


From: Guido Draheim
Subject: macro: guidod/ac_need_stdint_h.m4
Date: Sat, 25 Jan 2003 03:38:27 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.1) Gecko/20020826

update to gstdint.h type "generated" compatible with later ac_create_stdint_h
which should have replaced this one for quite a time - is it fair to put the
ac_create_stdint_h right next to the old ac_need_stdint_h ? Otherwise, the
macro is marked as `obsoleted` too.


$ diff -u0 ./guidod/ac_need_stdint_h.m4     
../ac-archive/C_Support/ac_need_stdint_h.m4
--- ./guidod/ac_need_stdint_h.m4        2003-01-25 03:31:52.000000000 +0100
+++ ../ac-archive/C_Support/ac_need_stdint_h.m4 2001-08-25 22:12:18.000000000 
+0200
@@ -3,2 +2,0 @@
-dnl obsoleted -  superseded by AC_CREATE_STDINT_H
-dnl
@@ -35 +33 @@
-dnl @version $Id: ac_need_stdint_h.m4,v 1.3 2003/01/25 02:31:52 guidod Exp $
+dnl @version $Id: ac_need_stdint_h.m4,v 1.3 2001/08/25 20:12:18 guidod Exp $
@@ -67,6 +65,3 @@
-echo "#ifndef __AC_STDINT_H" >$ac_stdint_h
-echo "#define __AC_STDINT_H" '"'$ac_stdint_h'"' >>$ac_stdint_h
-echo "#ifndef _GENERATED_STDINT_H" >>$ac_stdint_h
-echo "#define _GENERATED_STDINT_H" '"'$PACKAGE $VERSION'"' >>$ac_stdint_h
-   cat >>$ac_stdint_h <<EOF
-
+   cat >$ac_stdint_h <<EOF
+#ifndef __AC_STDINT_H
+#define __AC_STDINT_H 1
@@ -75 +69,0 @@
-
@@ -80 +73,0 @@
-
@@ -92,5 +85 @@
-echo "#ifndef __AC_STDINT_H" >$ac_stdint_h
-echo "#define __AC_STDINT_H" '"'$ac_stdint_h'"' >>$ac_stdint_h
-echo "#ifndef _GENERATED_STDINT_H" >>$ac_stdint_h
-echo "#define _GENERATED_STDINT_H" '"'$PACKAGE $VERSION'"' >>$ac_stdint_h
-   cat >>$ac_stdint_h <<EOF
+   cat >$ac_stdint_h <<EOF
@@ -97,0 +87,2 @@
+#ifndef __AC_STDINT_H
+#define __AC_STDINT_H 1
@@ -163,3 +153,0 @@
-
- /* once */
-#endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]